DependencyCheck currently has an analyzer for nuspec files, but with the new MSBuild project format you now specify your NuGet dependencies directly in the .csproj/.vbproj, and it does not copy them into a packages folder such that there are .nuspec files to analyze.
For further reading, here is a blog post with the announcement.
I'd like to help contribute an analyzer for MSBuild project file dependencies.
DependencyCheck currently has an analyzer for nuspec files, but with the new MSBuild project format you now specify your NuGet dependencies directly in the .csproj/.vbproj, and it does not copy them into a packages folder such that there are .nuspec files to analyze.
For further reading, here is a blog post with the announcement.
I'd like to help contribute an analyzer for MSBuild project file dependencies.