audit.net
audit.net copied to clipboard
Blank error list
From https://github.com/OSSIndex/audit.net/issues/16#issuecomment-573520675:
I am facing the same issue, Audit Packages shows 1 Vulnerability but the Error List is blank any solution ?
@Prashant-Kan
I am still working on getting the new version uploaded, but meanwhile could you check to see if this version of the plugin still has the bug?
https://github.com/OSSIndex/audit.net/files/3936561/NugetAuditor.VSIX.zip
It is a more recent build. If the problem still manifests we will work on a fix (and not just push this to the marketplace).
@Prashant-Kan
We have reproduced the problem and are working on a fix.
I've attached a build that should partially resolve the issue (just remove the .zip extension.) The problem basically is with new-style .NET projects which don't specify their packages in a packages.confg or in the project file. The Error display in VS.NET relies on a source file location so packages with no file need an alternate method for being displayed in the Error window. NugetAuditor.VSIX.vsix.zip
I've attached a build that should partially resolve the issue (just remove the .zip extension.) The problem basically is with new-style .NET projects which don't specify their packages in a packages.confg or in the project file. The Error display in VS.NET relies on a source file location so packages with no file need an alternate method for being displayed in the Error window. NugetAuditor.VSIX.vsix.zip
I tried to install your build in VS 2019 but the option to install in greyed out "the extension cannot be installed on this product due to prerequisites that cannot be resolved".
Any advice?