moq.analyzers icon indicating copy to clipboard operation
moq.analyzers copied to clipboard

NuGet Package does not show up as an analyzer in VS Solution Explorer

Open BrightLight opened this issue 2 years ago • 0 comments

The package that is available on nuget.org (and here on GitHub) does not show up in the Visual Studio Solution explorer under "Analyzers". I think the reason for this is that the package stores the dll in \lib\netstandard1.3 instead of \analyzers\dotnet\cs NuGetPackageExplorer_Moq Analyzers_0 0 9

I tried to investigate this a bit, but both the Diagnostic.nuspec and Moq.Analyzers.csproj look fine. Both use "analyzers\dotnet\cs" as the path. I don't know which of these two is used to built the actual nuget, my guess is Diagnostic.nuspec as it's using 0.0.9 while the csproj is still on 0.0.6.

Could you please upload an updated nuget with the correct path?

BrightLight avatar Jul 02 '22 09:07 BrightLight