Avalonia UI: Issue with code generation
Hello everyone. I am new to C# and am attempting to learn Avalonia. I tried to follow the guide on Avalonia's website for the To Do List app, but I got stuck on making a new view. I am using VS 2022 and I am getting the following error when creating the new view
However, the default
I suspect this is an issue with code generation, but I'm not sure how I would determine this. Has anyone encountered this before?
ToDoListView.axaml.cs:CS0103: The Name 'Initialize Component' does not exist in the current contextHowever, the default
MainView provided with the solution template has identical code-behind with the obvious exception of differing class names.I suspect this is an issue with code generation, but I'm not sure how I would determine this. Has anyone encountered this before?