Having issues setting up Avalonia
Im trying to make a game engine with C# (as a hobby) so to start and since I'm using Linux with VSCode, I chose Avalonia. After installing the packages, the function
StartWithClassDesktopLifeTimes
is not working because 'AppBuilder' does not contain a definition for 'StartWithClassDesktopLifeTimes' and no accessible
.
I don't what I did wrong or what extension I am missing.1 Reply
Nevermind solved that problem
new problem arised
It's a runtime error
nevermind fixed that
now im getting build errors
here
nvm
fixed it
what a journey.