R
rickmf
Guest
I updated my analyzer packages to latest stable version using NuGet Package Manager. After the update I am getting the following errors:
Error CS0006 Metadata file 'packages\Microsoft.CodeAnalysis.Analyzers.3.3.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll' could not be found
Error CS0006 Metadata file 'packages\Microsoft.CodeAnalysis.Analyzers.3.3.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll' could not be found
there are 10 more just like these.
The updated version of Microsoft.CodeAnalysis.Analyzers is 3.3.1 which is installed. I don't understand why its looking at the 3.3.0 version.
Continue reading...
Error CS0006 Metadata file 'packages\Microsoft.CodeAnalysis.Analyzers.3.3.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll' could not be found
Error CS0006 Metadata file 'packages\Microsoft.CodeAnalysis.Analyzers.3.3.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll' could not be found
there are 10 more just like these.
The updated version of Microsoft.CodeAnalysis.Analyzers is 3.3.1 which is installed. I don't understand why its looking at the 3.3.0 version.
Continue reading...