We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Roots.xml was needed to make sure that trimming and AOT works. Now with preview5 it's not needed anymore. Instead, to keep user applications non-trimmable, it might make sense to add TrimmableRootAssembly to the csproj instead targeting current project and same comment about compiled bindings as here https://github.com/AvaloniaUI/avalonia-dotnet-templates/blob/master/templates/csharp/app-mvvm/Roots.xml#L2.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Roots.xml was needed to make sure that trimming and AOT works. Now with preview5 it's not needed anymore.
Instead, to keep user applications non-trimmable, it might make sense to add TrimmableRootAssembly to the csproj instead targeting current project and same comment about compiled bindings as here https://github.com/AvaloniaUI/avalonia-dotnet-templates/blob/master/templates/csharp/app-mvvm/Roots.xml#L2.
The text was updated successfully, but these errors were encountered: