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

NuGet Audit fix - testing application - part 1 #3711

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Kielek
Copy link
Contributor

@Kielek Kielek commented Oct 16, 2024

Why

.NET 9 changes default settings to

  <PropertyGroup>
    <NuGetAudit>true</NuGetAudit>
    <<NuGetAuditMode>all</NuGetAuditMode>
    <NuGetAuditLevel>low</NuGetAuditLevel>
  </PropertyGroup>

What

It is first round of fixing new set of issues (only by fixing direct dependencies).
More to be implemented. Probably we should wait couple days/weeks. I have seen couple of fixes to libraries referencing System.Text.Json.

Tests

CI

Checklist

  • [ ] CHANGELOG.md is updated.
  • [ ] Documentation is updated.
  • [ ] New features are covered by tests.

@Kielek Kielek requested a review from a team as a code owner October 16, 2024 07:12
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.

1 participant