You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am creating a new avalonia app with: dotnet new avalonia.mvvm
and then I am trying to make changes to the template to add the Advanced DataGrid changes, but it does not work. when I execute dotnet run
nothing happens, I didn't receive even errors...
I think it can be because of breaking changes in styles (https://github.com/AvaloniaUI/Avalonia/wiki/Breaking-Changes#default-theme-was-renamed-to-simple) where says "StyleInclude with old relative path won't work anymore."
What can I do to this work with new Avalonia version?
I'm using Avalonia 0.10.18, will this work with the Avalonia vNext (version 11)?
The text was updated successfully, but these errors were encountered:
I am creating a new avalonia app with:
dotnet new avalonia.mvvm
and then I am trying to make changes to the template to add the Advanced DataGrid changes, but it does not work. when I execute
dotnet run
nothing happens, I didn't receive even errors...
I think it can be because of breaking changes in styles (https://github.com/AvaloniaUI/Avalonia/wiki/Breaking-Changes#default-theme-was-renamed-to-simple) where says "StyleInclude with old relative path won't work anymore."
The text was updated successfully, but these errors were encountered: