Skip to content

Missing dependencies in the nuget package? #196

@ghandmann

Description

@ghandmann

Hi There,

i just wanted to try out the security-scanner to see what it finds and if i would like to incorporate it into my CI-Pipeline.

But i could not get it working with .net core 5 running on Linux (Ubuntu 20.10).

Output of dotnet --version:

$ dotnet --version
5.0.201

Output of dotnet tool install -g security-scan:

$ dotnet tool install -g security-scan
You can invoke the tool using the following command: security-scan
Tool 'security-scan' (version '5.1.0') was successfully installed.

Running the tool:

$ security-scan 
Error:
  An assembly specified in the application dependencies manifest (security-scan.deps.json) was not found:
    package: 'System.Globalization.Extensions', version: '4.3.0'
    path: 'runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll'

So to me it looks like, that the security-scan nuget package is missing some dependencies?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions