Avalonia 11.1 and .net 9.0 update for Wasm #17892
Unanswered
cangunaydin
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You need to update to 11.2 or stay on .NET 8. AppBundle\main.js Additionally, you might prefer re-creating browser project from the templates. As they now have pre-configured new WebAssembly SDK with bundle compression enabled. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have already had a running avalonia app for web assembly.
Now i am updating my project to .net 9 here is the .csproj file i was using.
now when i change my app to support net9.0-browser and if upgrade the avalonia version to 11.1.5 it seems like everything works fine.
I can debug but when i try to publish my app. i am getting an error.
it seems like --enable-threading is not passed if i use
<WasmEnableThreads>true</WasmEnableThreads>
then i can built but when i visit the page or debug it i am having an error.i prefer not to update my avalonia app to 11.2 since i have some dependencies. What can i do about it any idea?
Beta Was this translation helpful? Give feedback.
All reactions