You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dotnet new install avalonia.templates
dotnet new avalonia.xplat
dotnet publish *.Browser
dir *.Browser/bin/Release/net8.0-browser/publish/wwwroot/_framework/avalonia.js
Expected behavior
No response
Avalonia version
11.1.0
OS
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Avalonia browser assets rely on
WasmRuntimeAssetsLocation
inAvalonia/src/Browser/Avalonia.Browser/build/Microsoft.AspNetCore.StaticWebAssets.props
Line 13 in a06ae34
wasm-tools
workload is not installed (WebAssembly SDK doesn't support it yet dotnet/runtime#90979).Introduced in #14225
Reported by user in dotnet/runtime#109266
To Reproduce
Expected behavior
No response
Avalonia version
11.1.0
OS
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: