Skip to content
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

[wasm] wasm-experimental: dotnet publish with output directory doesn't put the AppBundle in the output directory #83760

Closed
Tracked by #70762
lambdageek opened this issue Mar 22, 2023 · 5 comments
Assignees
Labels
arch-wasm WebAssembly architecture area-Build-mono

Comments

@lambdageek
Copy link
Member

.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/

What actually happens:

The pub directory contains libmonosgen-2.0.a, pinvoke.c, runtime.es6.iffe.js, etc...

@ghost ghost added the untriaged New issue has not been triaged by the area owner label Mar 22, 2023
@lambdageek lambdageek added the arch-wasm WebAssembly architecture label Mar 22, 2023
@ghost
Copy link

ghost commented Mar 22, 2023

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

.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/

What actually happens:

The pub directory contains libmonosgen-2.0.a, pinvoke.c, runtime.es6.iffe.js, etc...

Author: lambdageek
Assignees: -
Labels:

arch-wasm, untriaged, area-Build-mono

Milestone: -

@lambdageek
Copy link
Member Author

/cc @radical

@maraf
Copy link
Member

maraf commented Mar 22, 2023

This will be solved with taking over blazor sdk bits in #70762

@lewing
Copy link
Member

lewing commented Jul 10, 2023

I believe this is fixed now

@maraf
Copy link
Member

maraf commented Jul 11, 2023

It will be fixed once we move our templates to WasmSDK. I'll close the issue, since there is no extra work needed

@maraf maraf closed this as completed Jul 11, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Jul 11, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Aug 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-Build-mono
Projects
None yet
Development

No branches or pull requests

3 participants