-
I often got those errors, and compiling my WASM project is a bit of luck. I am compiling for AOT with trimming a WASM project. I managed to upgrade my working WASM 11.0.10/net7 project to 11.1 beta 2/net8, but now I still have to deal with those error when compiling in Dockerfile. Can you explain what CompileAvaloniaXamlTask is doing? Is there a way to know what failed exactly? Do I need it for all dependency projects? For example, the reported error below is about a project that do not have any Xaml file, just fonts in AvaloniaResouces (basically it is a copy of Avalonia.Fonts.Inter with less variants).
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It should be fixed in latest master |
Beta Was this translation helpful? Give feedback.
It should be fixed in latest master