Replies: 1 comment 2 replies
-
DT will query NuGet to determine the latest version. A query like this is made: DT will then query the individual package with a query such as: NuGet is notorious for having incomplete data on packages. Both of these fail with a 404 However, an older version of the same library works: Ideally, Microsoft would fix NuGet and add a prerelease flag to snapshot, alpha, and beta packages. Short of Microsoft fixing NuGet and adding a prerelease flag, the only thing that could be done is to make each repository configurable with patterns to exclude. This is not currently supported by DT, but could be added. PRs are welcome. |
Beta Was this translation helpful? Give feedback.
-
Is there a way to get Dependency Track to ignore pre-release NuGet versions? For instance, I'm getting a warning in the Components list because I'm not using Azure.Storage.Blobs v12.9.0- beta.3, but I wouldn't want to use a Beta version in my production code. The current, latest, released version is v12.8.3.
Beta Was this translation helpful? Give feedback.
All reactions