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

Support for NuGet Central Package Management broke per-project package management #1514

Open
ronaldvanmanen opened this issue Feb 6, 2025 · 1 comment
Labels

Comments

@ronaldvanmanen
Copy link

Usage Information

9.0.4 / 8.0.405 / .NET8.0 / Windows

Description

Commit f44f765 introduced support for central package management, but broke support for per-project package management.

This forces users to switch to central package management.

Reproduction Steps

Use GetPackageReferenceVersion to get the version of a package reference in a project without central package management.

Expected Behavior

GetPackageReferenceVersion returns the version of a package reference whether central package management or per-project package management is used.

Actual Behavior

GetPackageReferenceVersion returns null.

Regression?

Yes, version 8.0.0.

Known Workarounds

No response

Could you help with a pull-request?

Yes

@ronaldvanmanen
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant