You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vascofernandes
changed the title
dotnet list package --vulnerable throws ArgumentException: '' is not a valid version string
dotnet list package --vulnerable throws ArgumentException: '' is not a valid version string [.NET 9]
Nov 13, 2024
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)
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: