✅ Can't figure out two error messages - Avalonia
Splash.axaml: https://pastebin.com/2BJjnKqa
Error:
I originally had the SplashView.axaml file in the Views folder and the SplashViewModel.cs in the ViewModels folder of my project. I have tried moving the SplashViewModel.cs file from the ViewModels folder. Didn't work.
UpdateAvailableView.axaml: https://pastebin.com/5bePbKzn
Error:
and here, I have tried searching the problem on google -> led to stack overflow but the comment said that the xml template requires parameterless public constructors, however, I'm using some code from other C# projects using the Avalonia framework and they pass values in through the public contructor
1 Reply
nvm. restarting the ide fixed it apparently