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

Static Graph restore should respect MSBuild verbosity #9026

Open
jeffkl opened this issue Jan 7, 2020 · 0 comments
Open

Static Graph restore should respect MSBuild verbosity #9026

jeffkl opened this issue Jan 7, 2020 · 0 comments
Labels
Area:Logging Area:RestoreStaticGraph Issues related to the Static Graph restore Functionality:Restore Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. Product:dotnet.exe Type:Bug

Comments

@jeffkl
Copy link
Contributor

jeffkl commented Jan 7, 2020

Details about Problem

NuGet product used (NuGet.exe | VS UI | Package Manager Console | dotnet.exe):

NuGet version (x.x.x.xxx):

dotnet.exe --version (if appropriate):

VS version (if appropriate):

OS version (i.e. win10 v1607 (14393.321)):

Worked before? If so, with which NuGet version:

Details

The new Static Graph restore will be launching a separate process from MSBuild so it can restore much quicker. However, the logging verbosity will not match the verbosity that the user specified. At the moment, I do not believe there is a way to get the verbosity that the user specified to MSBuild. For now, we only setting "Normal" verbosity

Other suggested things

Verbose Logs

Please include verbose logs (NuGet.exe -verbosity detailed | dotnet.exe --verbosity diag | etc...)

Sample Project

Very helpful if you can zip a project and paste into this issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area:Logging Area:RestoreStaticGraph Issues related to the Static Graph restore Functionality:Restore Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. Product:dotnet.exe Type:Bug
Projects
None yet
Development

No branches or pull requests

3 participants