moq.analyzers
moq.analyzers copied to clipboard
NuGet Package does not show up as an analyzer in VS Solution Explorer
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
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?