rick

rick

  • NA
  • 69
  • 0

analysis/analyser

Feb 7 2022 11:04 PM

How to I find where these errors are coming from or how do I get rid of them?

 

1>CSC : error CS0006: Metadata file 'packages\Microsoft.CodeAnalysis.Analyzers.3.3.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll' could not be found
1>CSC : error CS0006: Metadata file 'packages\Microsoft.CodeAnalysis.Analyzers.3.3.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll' could not be found
1>CSC : error CS0006: Metadata file 'packages\Microsoft.CodeAnalysis.VersionCheckAnalyzer.3.3.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.VersionCheckAnalyzer.resources.dll' could not be found
1>CSC : error CS0006: Metadata file 'packages\Microsoft.CodeAnalysis.VersionCheckAnalyzer.3.3.0\analyzers\dotnet\Microsoft.CodeAnalysis.VersionCheckAnalyzer.dll' could not be found
1>CSC : error CS0006: Metadata file 'packages\Microsoft.CodeQuality.Analyzers.3.3.0\analyzers\dotnet\cs\Humanizer.dll' could not be found
1>CSC : error CS0006: Metadata file 'packages\Microsoft.CodeQuality.Analyzers.3.3.0\analyzers\dotnet\cs\Microsoft.CodeQuality.Analyzers.dll' could not be found
1>CSC : error CS0006: Metadata file 'packages\Microsoft.CodeQuality.Analyzers.3.3.0\analyzers\dotnet\cs\Microsoft.CodeQuality.CSharp.Analyzers.dll' could not be found
1>CSC : error CS0006: Metadata file 'packages\Microsoft.NetCore.Analyzers.3.3.0\analyzers\dotnet\cs\Microsoft.NetCore.Analyzers.dll' could not be found
1>CSC : error CS0006: Metadata file 'packages\Microsoft.NetCore.Analyzers.3.3.0\analyzers\dotnet\cs\Microsoft.NetCore.CSharp.Analyzers.dll' could not be found
1>CSC : error CS0006: Metadata file 'packages\Microsoft.NetFramework.Analyzers.3.3.0\analyzers\dotnet\cs\Microsoft.NetFramework.Analyzers.dll' could not be found
1>CSC : error CS0006: Metadata file 'packages\Microsoft.NetFramework.Analyzers.3.3.0\analyzers\dotnet\cs\Microsoft.NetFramework.CSharp.Analyzers.dll' could not be found


Answers (3)