Troubleshooting Snyk for .NET
Snyk Open Source limitations for .NET
Directory.Build.props
andDirectory.Build.targets
are not supported for SCM integration. You can scan private dependencies using central package management with the Snyk CLI. You must rundotnet restore
and then runsnyk test
with--all-projects
, as each sub-folder will contain its ownproject.assets.json
file.<ProjectReference>
elements are not supported.Private dependency scanning is supported for SCM integrations by enabling improved .NET scanning for your Organization or Group through the Snyk Preview menu. Navigate to the Improved .NET scanning page for more details. You can also scan private dependencies using the Snyk CLI
If you need help, contact Snyk Support.
Snyk technical support for .NET
The following support articles are available:
If you need more help, contact Snyk support.
Last updated
Was this helpful?