Skip to content

Commit 61f3f79

Browse files
jkotasdotnet-bot
authored andcommitted
Disable nullability-related warnings
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
1 parent e3dd143 commit 61f3f79

File tree

1 file changed

+1
-0
lines changed
  • netcore/System.Private.CoreLib/shared/System/Globalization

1 file changed

+1
-0
lines changed

netcore/System.Private.CoreLib/shared/System/Globalization/CultureData.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
namespace System.Globalization
1212
{
1313
#if CORERT
14+
#pragma warning restore nullable
1415
using StringStringDictionary = LowLevelDictionary<string, string>;
1516
using StringCultureDataDictionary = LowLevelDictionary<string, CultureData>;
1617
using LcidToCultureNameDictionary = LowLevelDictionary<int, string>;

0 commit comments

Comments
 (0)