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

Which Visual Studio has the fixes of nuget 6.13? #14140

Open
304NotModified opened this issue Feb 25, 2025 · 4 comments
Open

Which Visual Studio has the fixes of nuget 6.13? #14140

304NotModified opened this issue Feb 25, 2025 · 4 comments
Assignees
Labels
Area:NewDependencyResolver Issues related to the new dependency graph resolver Functionality:Restore Type:Bug WaitingForCustomer Applied when a NuGet triage person needs more info from the OP

Comments

@304NotModified
Copy link

304NotModified commented Feb 25, 2025

So we still have locally this issue:
#13992

Which is temporary fixed by
<RestoreUseLegacyDependencyResolver>true</RestoreUseLegacyDependencyResolver>

Is see that #13992 is fixed in NuGet 6.13, but what Visual Studio version is that? It doesn't seems to be resolved in VS2022 17.13.1?
Or could I update the nuget version in VS2022?

PS: posted as discussion, but I see that most discussions stay unanswered by the nuget team

@jeffkl
Copy link
Contributor

jeffkl commented Feb 25, 2025

#13992 is fixed in Visual Studio 17.13, .NET SDK 9.0.200, and NuGet 6.13.

You might be hitting another incarnation of the floating version issue detailed at #13833. Can you verify if that's what you're hitting? If not, I'd like to get a small repro of the issue so I can investigate further.

@jeffkl jeffkl self-assigned this Feb 25, 2025

@jeffkl Issue is missing Type label, remember to add a Type label

@microsoft-github-policy-service microsoft-github-policy-service bot added missing-required-type The required type label is missing. labels Feb 25, 2025
@jeffkl jeffkl added Type:Bug and removed missing-required-type The required type label is missing. labels Feb 25, 2025
@304NotModified
Copy link
Author

I have a teammate with visual studio 17.13.1 and the person needs the RestoreUseLegacyDependencyResolver. I will try testing on my machine this week

@nkolev92 nkolev92 added Functionality:Restore Area:NewDependencyResolver Issues related to the new dependency graph resolver labels Feb 26, 2025
@zivkan
Copy link
Member

zivkan commented Feb 26, 2025

#13992 was fixed long ago enough that it was included in VS 17.13.0. If you're still experiencing an issue, you may be experiencing a different bug. Are you able to provide a sample project that reproduces the error, or a diff of obj/project.assets.json with and without the legacy resolver opt-out?

@zivkan zivkan added the WaitingForCustomer Applied when a NuGet triage person needs more info from the OP label Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area:NewDependencyResolver Issues related to the new dependency graph resolver Functionality:Restore Type:Bug WaitingForCustomer Applied when a NuGet triage person needs more info from the OP
Projects
None yet
Development

No branches or pull requests

4 participants