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

[NETSDKE2E]With .NET 8 preview 5 SDK installed, the help description for "--sc, --self-contained" option should be updated as the default is 'false' now if a runtime identifier is specified. #32549

Closed
vdanche opened this issue May 16, 2023 · 5 comments · Fixed by #32656
Labels
untriaged Request triage from a team member

Comments

@vdanche
Copy link
Member

vdanche commented May 16, 2023

1.Install .NET 8 SDK (8.0.100-preview.5.23265.7) from main branch of https://github.com/dotnet/installer
2.In CLI
dotnet new console -o 80console
dotnet publish -r win-x64
3. Check publish path
4.dotnet publish --help

Expected Result:
Steps 3: the files in publish path can be displayed well.
Step4: the help description can be displayed well.

Actual Result
Steps 3: the files in publish path can be displayed well. it's framework dependent publishing. But in dotnet publish --help(Step4), the help description for "--sc, --self-contained" option is the default is 'true' if a runtime identifier is specified.

image

@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

@dsplaisted
Copy link
Member

@nagilson, can you take this?

@nagilson
Copy link
Member

Definitely!

@nagilson
Copy link
Member

Good catch, thanks @vdanche !

@vdanche
Copy link
Member Author

vdanche commented May 23, 2023

This issue has been fixed on 8.0.100-preview.5.23272.48(runtime-8.0.0-preview.5.23272.3) SDK
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
untriaged Request triage from a team member
Projects
None yet
3 participants