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

NuGet.sln restore is unable to noop due to a dependency on a non-existent package #5032

Closed
emgarten opened this issue Apr 14, 2017 · 0 comments
Labels
Type:Engineering product/infrastructure work/not a customer bug/feature/DCR

Comments

@emgarten
Copy link
Member

Moq 4.7.1 depends on Castle.Core 4.0.0 which depends on System.ComponentModel.TypeConverter 4.0.1.

System.ComponentModel.TypeConverter 4.0.1 does not exist which causes every restore to check online for it.

The fix for this is to move to a version of Moq that does not depend on Castle.Core 4.0.0 when possible.

castleproject/Core#239

@emgarten emgarten added the Type:Engineering product/infrastructure work/not a customer bug/feature/DCR label Apr 19, 2017
emgarten added a commit to NuGet/NuGet.Client that referenced this issue Jul 11, 2017
emgarten added a commit to NuGet/NuGet.Client that referenced this issue Jul 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type:Engineering product/infrastructure work/not a customer bug/feature/DCR
Projects
None yet
Development

No branches or pull requests

1 participant