Skip to content

Commit 1f9e7e8

Browse files
authored
Remove AD0001 from NoWarn (#101404)
1 parent b6281b6 commit 1f9e7e8

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/coreclr/nativeaot/System.Private.CoreLib/src/System.Private.CoreLib.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
4-
<!-- AD0001 : https://github.com/dotnet/runtime/issues/90356 -->
5-
<NoWarn>$(NoWarn);AD0001</NoWarn>
64
</PropertyGroup>
75

86
<ItemGroup>

src/mono/System.Private.CoreLib/System.Private.CoreLib.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
<!-- Override InformationalVersion during servicing as it's returned via public api. -->
3737
<InformationalVersion Condition="'$(PreReleaseVersionLabel)' == 'servicing'">$(ProductVersion)</InformationalVersion>
3838
<InformationalVersion Condition="'$(StabilizePackageVersion)' == 'true'">$(ProductVersion)</InformationalVersion>
39-
<!-- AD0001 : https://github.com/dotnet/runtime/issues/90356 -->
40-
<NoWarn>$(NoWarn),0419,0649,AD0001</NoWarn>
39+
<NoWarn>$(NoWarn),0419,0649</NoWarn>
4140
<Nullable>enable</Nullable>
4241

4342
<!-- Ignore all previous constants since SPCL is sensitive to what is defined and the Sdk adds some by default -->

0 commit comments

Comments
 (0)