Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add useful dotnet list package calls to Build.ps1 to report on NuGet package issues... #31

Conversation

todthomson
Copy link
Contributor

  • dotnet list package --vulnerable --include-transitive
  • reports on vulnerable packages including deps dependencies recursively
  • dotnet list package --deprecated --include-transitive
  • dotnet list package --outdated --include-transitive
  • adjust exit codes to make them sequential

- dotnet list package --vulnerable --include-transitive
- reports on vulnerable packages including deps dependencies recursively
- dotnet list package --deprecated --include-transitive
- dotnet list package --outdated --include-transitive
- adjust exit codes to make them sequential
@KodrAus KodrAus merged commit f7a9920 into datalust:dev Apr 27, 2023
@todthomson todthomson deleted the add-dotnet-list-package--vulnerable--include-transitive-etc-reporting-only branch April 27, 2023 00:47
@nblumhardt nblumhardt mentioned this pull request May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants