We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.NET 8 Preview 2
$ dotnet new wasmbrowser $ dotnet publish -c Release -o pub ...
What I expect:
The pub directory contains index.html, dotnet.wasm, etc. The stuff that normally would end up in bin/Release/net8.0/browser-wasm/AppBundle/
pub
index.html
dotnet.wasm
bin/Release/net8.0/browser-wasm/AppBundle/
What actually happens:
The pub directory contains libmonosgen-2.0.a, pinvoke.c, runtime.es6.iffe.js, etc...
libmonosgen-2.0.a
pinvoke.c
runtime.es6.iffe.js
The text was updated successfully, but these errors were encountered:
Tagging subscribers to 'arch-wasm': @lewing See info in area-owners.md if you want to be subscribed.
arch-wasm, untriaged, area-Build-mono
arch-wasm
untriaged
area-Build-mono
Sorry, something went wrong.
/cc @radical
This will be solved with taking over blazor sdk bits in #70762
I believe this is fixed now
It will be fixed once we move our templates to WasmSDK. I'll close the issue, since there is no extra work needed
maraf
No branches or pull requests
.NET 8 Preview 2
What I expect:
The
pub
directory containsindex.html
,dotnet.wasm
, etc. The stuff that normally would end up inbin/Release/net8.0/browser-wasm/AppBundle/
What actually happens:
The
pub
directory containslibmonosgen-2.0.a
,pinvoke.c
,runtime.es6.iffe.js
, etc...The text was updated successfully, but these errors were encountered: