-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mark packages from .NETCore 1.x and 2.x as dev dependencies (#1339)
* Mark packages from .NETCore 1.x and 2.x as dev dependencies These packages aren't removed completely like later frameworks packages are, but the previous detector would drop them. For framework dependent apps these packages will be removed from the output. To minimize new alerts in the new detector we'll treat these as dev dependencies similar to other default package references. * Refactor handling of legacy platform packages This refactors the handling of 1.x / 2.x platform packages to a separate method. I've also audited the platform packages and reduced them.
- Loading branch information
Showing
8 changed files
with
28,427 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
80 changes: 80 additions & 0 deletions
80
test/Microsoft.ComponentDetection.Detectors.Tests/Mocks/TestResources.Designer.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.