DotNet.SystemCollections.Analyzers icon indicating copy to clipboard operation
DotNet.SystemCollections.Analyzers copied to clipboard

Nuget package not available

Open danielbecroft opened this issue 4 years ago • 1 comments

Attempting to install the package in a .NET Core 3.1 application gives a "Package not found error":

> dotnet add package DotNet.SystemCollections.Analyzers                                                                                              
  Determining projects to restore...                                                                                                                 
  Writing C:\Users\daniel.becroft\AppData\Local\Temp\tmpA9FD.tmp                                                                                     
info : Adding PackageReference for package 'DotNet.SystemCollections.Analyzers' into project 'C:\devapps\scratch\analyser-test\analyser-test.csproj'.
info :   GET https://api.nuget.org/v3/registration5-gz-semver2/dotnet.systemcollections.analyzers/index.json                                         
info :   NotFound https://api.nuget.org/v3/registration5-gz-semver2/dotnet.systemcollections.analyzers/index.json 692ms                              
info :   GET https://api.nuget.org/v3/registration5-gz-semver2/dotnet.systemcollections.analyzers/index.json                                         
info :   NotFound https://api.nuget.org/v3/registration5-gz-semver2/dotnet.systemcollections.analyzers/index.json 402ms                              
error: There are no versions available for the package 'DotNet.SystemCollections.Analyzers'.                                                         

danielbecroft avatar Oct 06 '20 01:10 danielbecroft

Hi @danielbecroft,

So sorry about the long waiting period!

We haven't had the chance to work on this project for the past few months, unfortunately!

Currently, the project is only downloadable from here

We're actually working on deploying the NuGet package to nuget.org; it should come soon!

Thanks for you patience :-)

Kavignon avatar Mar 16 '21 17:03 Kavignon