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

dotnet list package failes when TestableIO.System.IO.Abstractions.TestingHelpers is added as package #1165

Open
Dave-Senn opened this issue Nov 13, 2024 · 0 comments
Labels
state: needs discussion Issues that need further discussion type: bug Issues that describe misbehaving functionality

Comments

@Dave-Senn
Copy link

Describe the bug

This may be a problem with the dotnet tool, but I thought I will inform you as well.
Running this command

 dotnet list package --vulnerable --include-transitive --source https://api.nuget.org/v3/index.json 

fails with this error:

warn : An invalid cache entry was found for URL 'https://api.nuget.org/v3/registration5-gz-semver2/system.io.abstractions.testinghelpers/page/1.2.0/1.4.0.76.json' and will be replaced.
warn : '' is not a valid version string.
error: '' is not a valid version string.

This error only occurs when "TestableIO.System.IO.Abstractions.TestingHelpers" is added as package.

To Reproduce

Issue created in the sdk repo: dotnet/sdk#44840

@Dave-Senn Dave-Senn added state: needs discussion Issues that need further discussion type: bug Issues that describe misbehaving functionality labels Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state: needs discussion Issues that need further discussion type: bug Issues that describe misbehaving functionality
Projects
None yet
Development

No branches or pull requests

1 participant