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

Is the verbose output when doing a dotnet add <project> pack <id> intentional? #45825

Closed
ViktorHofer opened this issue Jan 9, 2025 · 2 comments
Labels
Area-NuGet untriaged Request triage from a team member

Comments

@ViktorHofer
Copy link
Member

PS C:\temp\valuetup> dotnet add .\lib\ package System.ValueTuple

Build succeeded in 1.0s
info : X.509 certificate chain validation will use the default trust store selected by .NET for code signing.
info : X.509 certificate chain validation will use the default trust store selected by .NET for timestamping.
info : Adding PackageReference for package 'System.ValueTuple' into project 'C:\temp\valuetup\lib\lib.csproj'.
info :   GET https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/1a5f89f6-d8da-4080-b15f-242650c914a8/nuget/v3/registrations2-semver2/system.valuetuple/index.json
info :   GET https://api.nuget.org/v3/registration5-gz-semver2/system.valuetuple/index.json
info :   OK https://api.nuget.org/v3/registration5-gz-semver2/system.valuetuple/index.json 308ms
info :   NotFound https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/1a5f89f6-d8da-4080-b15f-242650c914a8/nuget/v3/registrations2-semver2/system.valuetuple/index.json 711ms
info : Restoring packages for C:\temp\valuetup\lib\lib.csproj...
info :   GET https://api.nuget.org/v3/vulnerabilities/index.json
info :   OK https://api.nuget.org/v3/vulnerabilities/index.json 175ms
info :   GET https://api.nuget.org/v3-vulnerabilities/2025.01.03.23.18.21/vulnerability.base.json
info :   GET https://api.nuget.org/v3-vulnerabilities/2025.01.03.23.18.21/2025.01.09.05.18.34/vulnerability.update.json
info :   OK https://api.nuget.org/v3-vulnerabilities/2025.01.03.23.18.21/vulnerability.base.json 141ms
info :   OK https://api.nuget.org/v3-vulnerabilities/2025.01.03.23.18.21/2025.01.09.05.18.34/vulnerability.update.json 167ms
info : Package 'System.ValueTuple' is compatible with all the specified frameworks in project 'C:\temp\valuetup\lib\lib.csproj'.
info : PackageReference for package 'System.ValueTuple' version '4.5.0' added to file 'C:\temp\valuetup\lib\lib.csproj'.
info : Writing assets file to disk. Path: C:\temp\valuetup\lib\obj\project.assets.json
log  : Restored C:\temp\valuetup\lib\lib.csproj (in 669 ms).
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-NuGet untriaged Request triage from a team member labels Jan 9, 2025
Copy link
Contributor

Thanks for creating this issue! We believe this issue is related to NuGet tooling, which is maintained by the NuGet team. Thus, we closed this one and encourage you to raise this issue in the NuGet repository instead. Don’t forget to check out NuGet’s contributing guide before submitting an issue!

If you believe this issue was closed out of error, please comment to let us know.

Happy Coding!

@baronfel
Copy link
Member

baronfel commented Jan 9, 2025

See NuGet/Home#12548 for a duplicate version of this. I have some brief guidelines around user expectations for CLI commands here that should be followed for all CLI commands, even those contributed by other teams or those that aren't directly part of the core dotnet CLI, like dotnet ef, dotnet user-secrets and others.

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

No branches or pull requests

2 participants