Can't follow Avalonia tutorial
I'm following the Avalonia tutorial and ran these commands
dotnet new install Avalonia.Templates
dotnet new avalonia.app -o GetStartedApp
dotnet run
It should show a white window screen but I only get the black one. The project structure doesn't match with the tutorial either. It's missing files3 Replies
That is the dark theme
š
Don't follow the tutorial 1:1
Learn by doing
$projects
Collections of application ideas that anyone can solve in any programming language to improve coding skills:
https://github.com/dotnet/dotnet-console-games
https://github.com/karan/Projects
https://github.com/florinpop17/app-ideas
Thank you for the projects but I'm trying to learn the specific GUI tool
I don't think it's because of the dark theme. The texts are centered and the app have an icon in the tutorial.