We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7523322 commit a789816Copy full SHA for a789816
src/Az.Shared.props
@@ -16,6 +16,8 @@
16
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
17
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
18
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
19
+ <!-- Suppress known NuGet package vulnerabilities to unblock build as we track this kind of security issues internally. -->
20
+ <WarningsNotAsErrors>NU1901;NU1902;NU1903;NU1904</WarningsNotAsErrors>
21
<WarningsAsErrors />
22
</PropertyGroup>
23
0 commit comments