snyk / snyk-nuget-plugin

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

fix: giving user-friendly error when trying to scan unpublishable project #207

Closed dotkas closed 4 months ago

dotkas commented 4 months ago

.NET solutions with <IsPublishable>false</IsPublishable> are by definition unscannable by us, as we need the published solution to assess.

Currently failing with opaque dotnet error message. Adding a better UX for our backend to pick up and provide to the end user.

Also removing a bunch of checked-in obj/ folders that can deterministically be restored during testing.

snyksec commented 4 months ago

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

The release is available on:

Your semantic-release bot :package::rocket: