SolutionCop icon indicating copy to clipboard operation
SolutionCop copied to clipboard

SameNugetPackages rule ignores Analyzers

Open imanushin opened this issue 8 years ago • 0 comments

Rule ignored packages, which are added without package.config change. For example, analyzers can be added by following tag into csproj:

  <ItemGroup>
    <Analyzer Include="..\..\..\solutions\packages\VSDiagnostics.1.9.4\analyzers\dotnet\cs\VSDiagnostics.dll" />
  </ItemGroup>

Target rule should union these lines with packages.config dependencies

imanushin avatar Mar 27 '17 12:03 imanushin