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

Gather can cache results cross projects #721

Closed
yishaigalatzer opened this issue Jun 4, 2015 · 1 comment
Closed

Gather can cache results cross projects #721

yishaigalatzer opened this issue Jun 4, 2015 · 1 comment
Assignees
Labels
Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. Product:VS.Client
Milestone

Comments

@yishaigalatzer
Copy link

from user feedback:

When updating a nuget package included in multple projects the nuget system seems to run the same checks multiple times which takes a long time.

Attempting to gather dependencies information for package 'Weingartner.Json.Migration.Fody.0.6.3' with respect to project targeting '.NETFramework, Version=v4.6'
Attempting to resolve dependencies for package 'Weingartner.Json.Migration.Fody.0.6.3' with DependencyBehavior 'Highest'
Resolving actions to install package 'Weingartner.Json.Migration.Fody.0.6.3'
Resolved actions to install package 'Weingartner.Json.Migration.Fody.0.6.3'
Attempting to gather dependencies information for package 'Weingartner.Json.Migration.Fody.0.6.3' with respect to project targeting '.NETFramework, Version=v4.6'
Attempting to resolve dependencies for package 'Weingartner.Json.Migration.Fody.0.6.3' with DependencyBehavior 'Highest'
Resolving actions to install package 'Weingartner.Json.Migration.Fody.0.6.3'
Resolved actions to install package 'Weingartner.Json.Migration.Fody.0.6.3'
Attempting to gather dependencies information for package 'Weingartner.Json.Migration.Fody.0.6.3' with respect to project targeting '.NETFramework, Version=v4.6'
Attempting to resolve dependencies for package 'Weingartner.Json.Migration.Fody.0.6.3' with DependencyBehavior 'Highest'
Resolving actions to install package 'Weingartner.Json.Migration.Fody.0.6.3'
Resolved actions to install package 'Weingartner.Json.Migration.Fody.0.6.3'

@yishaigalatzer yishaigalatzer added this to the 3.0.0-RTM milestone Jun 4, 2015
@yishaigalatzer yishaigalatzer added Product:VS.Client Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. labels Jun 4, 2015
@emgarten
Copy link
Member

Added GatherCache to ResolutionContext, this can be carried across all operations to store packages gathered from both local and remote sources.

NuGetArchive/NuGet.PackageManagement@78c343a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:3 Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog. Product:VS.Client
Projects
None yet
Development

No branches or pull requests

2 participants