We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
9.0.4 / 8.0.405 / .NET8.0 / Windows
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.
Use GetPackageReferenceVersion to get the version of a package reference in a project without central package management.
GetPackageReferenceVersion returns the version of a package reference whether central package management or per-project package management is used.
GetPackageReferenceVersion returns null.
null
Yes, version 8.0.0.
No response
Yes
The text was updated successfully, but these errors were encountered:
See develop...ronaldvanmanen:nuke:bugfix/central-vs-local-package-management for a possible fix.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: