Closed IvanJosipovic closed 1 month ago
@gritsenko, Hi, when can we expect a new build pushed to NuGet?
@maxkatz6 hey! Can you help with it? https://dev.azure.com/AvaloniaUI/AvaloniaUI/_build/results?buildId=52533&view=results
@gritsenko done!
@maxkatz6 Thank you!
@IvanJosipovic please check for https://www.nuget.org/packages/Avalonia.Markup.Declarative/11.2.0-beta4
@maxkatz6 Thank you!
@IvanJosipovic please check for https://www.nuget.org/packages/Avalonia.Markup.Declarative/11.2.0-beta4
I can confirm that the issues with .net 9 are fixed.
The AvaloniaExtensionGenerator cli does not work against a project with a TargetFramework set to net9.0. It deletes all the files and doesn't generate updated extensions.
Switching the TargetFramework to net8.0 temporarily resolves this problem.