-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Suppress unsupported transitive dependencies #59342
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
Conversation
fe67d38 to
3a9681e
Compare
3a9681e to
52216b7
Compare
|
Can somebody here summarize what's all going on here? |
Microsoft.VisualStudio.LanguageServer.Client version 17.0 is only compatible with net472. We reference the package here from a netcoreapp3.1 build and specify that NuGet should ignore NU1701 (no compatible framework available). NuGet changed the behavior to validate transitive dependencies in the same way, so for each transitive dependency of Microsoft.VisualStudio.LanguageServer.Client that produced a NU1701 warning I did the following:
|
Disable new NuGet check which is causing restore problems in internal previews(removed this change since it was unnecessary)