79543086

Date: 2025-03-29 10:11:31
Score: 1.5
Natty:
Report link

Create Directory.build.props with the following content:

<Project>
   <PropertyGroup>
        <NuGetAudit>false</NuGetAudit>
    </PropertyGroup>
</Project>

This file is searched by msbuild upward from project/solution dir once, so if you already have one then just modify it as above.

Source: https://improveandrepeat.com/2024/11/how-to-disable-the-nuget-audit-check-in-visual-studio-17-12/

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Lukasz