-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
dotnet list package --vulnerable throws ArgumentException: '' is not a valid version string [.NET 9] #44838
Comments
I'm quite confident that it will be fixed by NuGet/NuGet.Client#6119 It's already inserted into dotnet/sdk's release/9.0.1xx branch, but we got the bug report too late to make it into 9.0.100, so it will be in 9.0.101 (as NuGet 6.12 release notes already state). I think it's up to @baronfel and @marcpopMSFT when that gets released (if it waits until the first monthly update, or an out of band release) |
Should be fixed by NuGet/NuGet.Client@fec427d. |
Apparently @zivkan beat me to it :D |
Ok perfect. Thank you folks |
When is the 9.0.101 SDK planned to release? I assume on the upcoming December patch Tuesday but 8.0.101 was released in January therefore the question for planning purposes. |
can we get a beta of 9.0.101 SDK ASAP |
If you go to https://github.com/dotnet/sdk/blob/main/documentation/package-table.md |
@nkolev92 thanks |
Similar issue: #45037 |
@nkolev92 i tried the preview of 9.0.101. it complained about not being able to find packages during restore. so i rolled back |
Tested with below version and for me the issue is fixed.
|
TBH That is the first time ever I post a comment in github, but just couldn't leave it without saying thanks: |
I tested it with the release of 9.0.101. It's fixed.
|
I missed the comments about the restore failing to find packages, for context in the future if you want to dogfood the latest .NET SDK builds, you need an extra feed to download those packages. |
Closing this since it completed in 9.0.101. |
When running the command
dotnet list package --vulnerable
I get the following result:
When running the command
dotnet list package --vulnerable -v diag
I get the following exception:
Worked fine with Sdk 8.0.402.
Thanks.
The text was updated successfully, but these errors were encountered: