Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.

Removing a package reference for one project can break build for other projects #215

Open
jeffkl opened this issue Jan 22, 2018 · 0 comments
Labels

Comments

@jeffkl
Copy link
Contributor

jeffkl commented Jan 22, 2018

Reported by customer:

I have a project A that has taken a dependency on NuGet package ABC.

There are, say, twenty other projects that also have a dependency on NuGet package ABC.

I decide that project A no longer needs to depend on package ABC. So with project A open in Visual Studio, I go to Manage NuGet Packages for project A, find ABC and click "Uninstall."

This actually removes the package from the centralized 'packages' folder, breaking the other twenty projects that depend on it.

The build tools don't notice and local builds will fail until the package is restored manually.

We need to investigate how to make this scenario work!

@jeffkl jeffkl added the bug label Jan 22, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant