You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install IDisposableAnalyzers does not add <Analyzer Include="..\packages\IDisposableAnalyzers .2.0.2.2\analyzers\dotnet\cs\Gu.Roslyn.AnalyzerExtensions.dll" />
Repro:
<Analyzer Include="..\packages\IDisposableAnalyzers .2.0.2.2\analyzers\dotnet\cs\Gu.Roslyn.AnalyzerExtensions.dll" />
<Analyzer Include="..\packages\Gu.Analyzers.1.2.12.1-dev\analyzers\dotnet\cs\Gu.Roslyn.AnalyzerExtensions.dll" />
https://docs.microsoft.com/en-us/dotnet/api/vslangproj140.analyzerreferences?view=visualstudiosdk-2017
Looks like ^ only checks
FileName
and notFullFileName
when adding and removing.Also by only having one analyzer reference for the shared dll different versions will not be handled.
The text was updated successfully, but these errors were encountered: