C#C
C#3y ago
abdul

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 ToDoListView.axaml.cs:
CS0103: The Name 'Initialize Component' does not exist in the current context
However, 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?
Was this page helpful?