Skip to content

Resolve NuGet Audit warnings - #68514

Merged
ViktorHofer merged 1 commit into
mainfrom
ViktorHofer-patch-3
Aug 14, 2026
Merged

Resolve NuGet Audit warnings#68514
ViktorHofer merged 1 commit into
mainfrom
ViktorHofer-patch-3

Conversation

@ViktorHofer

@ViktorHofer ViktorHofer commented Aug 14, 2026

Copy link
Copy Markdown
Member

Removed optimization and debug type settings, and the suppressed NuGet vulnerability audit warnings.

Remove unnecessary package references which avoids the NuGet Audit warnings in the first place.

Extracted from #68489
Contributes to dotnet/dotnet#8303

Removed optimization and debug type settings, and the suppressed NuGet vulnerability audit warnings.

Remove unnecessary package references which avoids the NuGet Audit warnings in the first place.

Extracted from #68489
Copilot AI lite review requested due to automatic review settings August 14, 2026 09:32
@ViktorHofer
ViktorHofer requested review from a team and wtgodbe as code owners August 14, 2026 09:32

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes project-level settings and package references from RepoTasks.csproj to eliminate (rather than suppress) NuGet vulnerability audit warnings for this build-time tooling project.

Changes:

  • Removed explicit Optimize/DebugType overrides so the project follows standard configuration defaults.
  • Removed NoWarn suppression for NU1901–NU1904 (audit warnings).
  • Removed unnecessary Microsoft.Build.* package references, leaving only Microsoft.Build.Utilities.Core.
Show a summary per file
File Description
eng/tools/RepoTasks/RepoTasks.csproj Simplifies build properties and trims package references to avoid NuGet audit warnings without suppressions.

Review details

💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

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.

3 participants