-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
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
Project fails to load in a browser with a cryptic error in 11.2 #17416
Comments
@BAndysc Classic.Avalonia works for me here on BAndysc/Classic.Avalonia@afd034b commit: |
Can you try to update your .NET SDK to latest stable builds? Update workloads. If you use .NET 9 SDK, you also need to install |
Thanks for the response, wow, so in the end I was able to run it.
So the latest Avalonia + latest .NET 9 combo seem to work. Is it what you used? I am not sure if Avalonia 11.2 + .NET 8 are worth further investigation, I am satisfied with the results, so to me the issue can be closed, but there is something weird (I guess to some degree the whole .net wasm is weird :))) |
@BAndysc no, I was able to run .NET 8 project with no changes, on .NET 9 SDK (with correct workloads). |
Describe the bug
After an upgrade to Avalonia 11.2, my wasm project stopped working, I can only see this in the console:
To Reproduce
You can also change versions to 11.1 in Directory.Build.props to see the same solution worked fine before:
(also open
TimePicker.axaml
and remove line 279)Expected behavior
No response
Avalonia version
11.2
OS
WebAssembly
Additional context
No response
The text was updated successfully, but these errors were encountered: