Skip to content

Commit 38176ba

Browse files
committed
Merged PR 54678: Disable Nuget Audit
Disable NuGet audit ---- #### AI description (iteration 1) #### PR Classification Configuration change to disable the NuGet audit feature. #### PR Summary This pull request updates the build configuration to temporarily disable NuGet audit due to current audit alerts. - In `Directory.Build.props`, a new property group has been added that sets `<NuGetAudit>false</NuGetAudit>`, along with a TODO comment linking to #51466. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
1 parent 8da8511 commit 38176ba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Directory.Build.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@
5151
<ImplicitUsings>enable</ImplicitUsings>
5252
</PropertyGroup>
5353

54+
<!-- TODO: Re-enable NuGet Audit and fix alerts: https://github.com/dotnet/sdk/issues/51466 -->
55+
<PropertyGroup>
56+
<NuGetAudit>false</NuGetAudit>
57+
</PropertyGroup>
58+
5459
<!-- Global usings -->
5560
<!-- See: https://learn.microsoft.com/dotnet/core/project-sdk/msbuild-props#using -->
5661
<ItemGroup>

0 commit comments

Comments
 (0)