FluentAvalonia
FluentAvalonia copied to clipboard
Cannot aot in.net8
Cannot aot in.net8
Which version of FluentAvalonia are you using? We have fixed the trimming issue around FALocalizationHelper
a while ago. Particularly, in #285, which is available since 2.0.0.
2.04
For .net 8 workaround for now is set <JsonSerializerIsReflectionEnabledByDefault>true</JsonSerializerIsReflectionEnabledByDefault>
in your project.
https://devblogs.microsoft.com/dotnet/system-text-json-in-dotnet-8/#disabling-reflection-defaults
Working for my project with aot & .net 8