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

Does the “dotnet publish” have no “/subsystem:windows” ? #1452

Closed
maikebing opened this issue Apr 17, 2018 · 2 comments
Closed

Does the “dotnet publish” have no “/subsystem:windows” ? #1452

maikebing opened this issue Apr 17, 2018 · 2 comments

Comments

@maikebing
Copy link

maikebing commented Apr 17, 2018

like this :
https://stackoverflow.com/questions/45200378/how-to-hide-kestrel-console
we can use
editbin.exe /subsystem:windows myself-contained.exe

Is there such a parameter as below? If not, can you add it? I think it's very necessary

dotnet publish My.csproj -c Release -r win-x64 --self-contained /subsystem:windows

@richlander
Copy link
Member

Great q. We intend to provide a first-class experience for this in an upcoming release (not 2.1). We also intend to make it possible to provide your own exe, for signing and icons.

I ported the request to the repo where the work will be done. Feel free to engage there. Closing this issue.

@emes001
Copy link

emes001 commented Apr 18, 2018

In the release notes, there is a known issue listed for Windows Server Hosting bundle. Has the correct install file be updated on the downloads page? If not, can the link on that page be removed until a new, correct binary is published?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants