You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 3, 2021. It is now read-only.
It would be great to detect when a project is referencing a (non-package) DLL that is also available in a package. Would be particularly useful in cases where I might have updated one project to a new nuget version, but not another - I could end up mixing the DLL's in the output on build.
Not sure how much this might collide with actual use cases supported by NuGet where people may want to have several versions of a package installed side-by-side - however I cannot really imagine why somebody would intend to do so.