DotNetAnalyzers / AsyncUsageAnalyzers

Now superseded by Microsoft/vs-threading
https://github.com/Microsoft/vs-threading
Other
121 stars 18 forks source link

Analyzers require mscorlib 2.0.5.0 because of JSON.NET #34

Closed paulomorgado closed 9 years ago

paulomorgado commented 9 years ago

I'm getting this warning:

MissingAnalyzerReference Analyzer assembly 'packages\StyleCop.Analyzers.1.0.0-beta009\analyzers\dotnet\cs\Newtonsoft.Json.dll' depends on 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' but it was not found. Analyzers may not run correctly

sharwell commented 9 years ago

Duplicate of DotNetAnalyzers/StyleCopAnalyzers#1345.