✅ Issues with Avalonia

So im new to Avalonia and trying to make my first real program with it now as i want to adapt my old project to go from WinUI 3 to be written in Avalonia

Im current testing around with MVVM as im also very new to that but i have some issues with it.
In my example i want to render a button just to see if my ViewModel is even being bound, the Binding can perfectly recognize my variable but the screen that is rendering remains black, im also gonna post the app.axaml.cs code since this might also cause the issue if the page isnt being set properly
image.png
image.png
image.png
Was this page helpful?