dependency-check / azuredevops

Dependency Check Azure DevOps Extension
Apache License 2.0
45 stars 25 forks source link

.NET AssemblyAnalyzer Error #69

Closed tylercranston closed 3 years ago

tylercranston commented 3 years ago

The follow error is shown when running the dependency-check task on a DotNet Core project on a Windows Azure DevOps Hosted agent:

[ERROR] Could not execute .NET AssemblyAnalyzer

I added the following additional argument and it did not help:

--dotnet C:\hostedtoolcache\windows\dotnet\dotnet.exe

ejohn20 commented 3 years ago

This might be better suited for the OWASP Dependency Check repo. Similar issue here: https://github.com/jeremylong/DependencyCheck/issues/3104

skannan86 commented 3 years ago

Is there a solution for this issue? I'm facing the same issue when using it along with .net 5. Please advise. Thanks.