Skip to content

Conversation

@aka-bo
Copy link
Contributor

@aka-bo aka-bo commented Jan 12, 2026

To help us get this pull request reviewed and merged quickly, please be sure to include the following items:

  • Tests (if applicable)
  • Documentation (if applicable)
  • Changelog entry
  • A full explanation here in the PR description of the work done

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Tests
  • Other

Backward Compatibility

Is this change backward compatible with the most recently released version? Does it introduce changes which might change the user experience in any way? Does it alter the API in any way?

  • Yes (backward compatible)
  • No (breaking changes)

What's new?

NuGet audit warnings caused restore operations to fail due to our use of TreatWarningsAsErrors. All project files have been updated to include <WarningsNotAsErrors>NU1901;NU1902;NU1903;NU1904</WarningsNotAsErrors> which allows these codes to remain as warnings. Ref - https://learn.microsoft.com/en-us/nuget/reference/errors-and-warnings/nu1901-nu1904

@chief-micco
Copy link
Contributor

Approved

@aka-bo aka-bo merged commit 59d83ed into main Jan 12, 2026
8 checks passed
@aka-bo aka-bo deleted the nuget-audit-warnings branch January 12, 2026 21:08
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