I have attempted to resolve the issues in my 3 axaml pages.
/Views/AddItemView.axaml
/Views/AddItemView.axaml
=> Unable to resolve type Diary.Views.AddItemView
/Views/DiaryListView.axaml
/Views/DiaryListView.axaml
=> Unable to resolve type Diary.Views.DiaryListView
/Views/EditItemView.axaml
/Views/EditItemView.axaml
=> Unabe to resolve type Diary.Views.EditItemView
I took a few hours break in between attempting to fix this issue. I have re-written the project to Avalonia 11, and I'm just honestly lost. Thanks in advance.