Disable nullability-related warnings
authorJan Kotas <jkotas@microsoft.com>
Wed, 10 Apr 2019 14:03:22 +0000 (07:03 -0700)
committerStephen Toub <stoub@microsoft.com>
Thu, 11 Apr 2019 20:32:33 +0000 (16:32 -0400)
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
src/System.Private.CoreLib/shared/System/Globalization/CultureData.cs

index 7e1e668..c86bab5 100644 (file)
@@ -11,6 +11,7 @@ using System.Threading;
 namespace System.Globalization
 {
 #if CORERT
+    #pragma warning restore nullable
     using StringStringDictionary = LowLevelDictionary<string, string>;
     using StringCultureDataDictionary = LowLevelDictionary<string, CultureData>;
     using LcidToCultureNameDictionary = LowLevelDictionary<int, string>;