snyk / snyk-nuget-plugin

Basic Snyk CLI plugin for .NET support.
Other
7 stars 14 forks source link

fix: [OSM-998] Performance optimization attempts #202

Closed dotkas closed 8 months ago

dotkas commented 8 months ago

We're seeing very slow builds on large .NET projects when running through the cli with --all-projects, and there are some inconveniences in this plugin that could probably help alleviate this.

This PR:

The general recommendation is to drop a specified output path all together, but I don't see a trivial way of getting dotnet to tell me where it intends to publish by default.

snyksec commented 8 months ago

:tada: This PR is included in version 2.4.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: