[BUG]: Problem with dotnet list package --outdated when Octokit is active in the project #2981
Open
1 task done
Labels
Status: Triage
This is being looked at and prioritized
Type: Bug
Something isn't working as documented
What happened?
I am upgrading an application that I use Octokit in 13.0.1 version and, to check another possibly outdated packages, I run the following command on prompt:
dotnet list package --outdated --verbosity d
But this give me an error like this:
OK https://api.nuget.org/v3/registration5-gz-semver2/octokit/index.json 737ms
error: '' não é uma cadeia de caracteres de versão válida.
I already have ran dotnet nuget locals all --clear, in an effort to check if the error had to do with my cache, but even after that I can't check outdated packages.
Thanks in advance!
Versions
Octokit v13.0.1, .NET 9.0.100
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: