FluentAvalonia icon indicating copy to clipboard operation
FluentAvalonia copied to clipboard

Cannot aot in.net8

Open wj8400684 opened this issue 1 year ago • 4 comments

Cannot aot in.net8

wj8400684 avatar Oct 30 '23 09:10 wj8400684

image

wj8400684 avatar Oct 30 '23 09:10 wj8400684

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.

hez2010 avatar Nov 01 '23 13:11 hez2010

2.04

wj8400684 avatar Nov 02 '23 00:11 wj8400684

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

crackedmind avatar Nov 06 '23 17:11 crackedmind