Update Corelib to adapt to compiler nullability updates
commit4a29e94abba0b8ccc89adea2e47d1fa87d40bfd9
authorStephen Toub <stoub@microsoft.com>
Thu, 13 Jun 2019 14:03:40 +0000 (13 10:03 -0400)
committerdotnet-bot <dotnet-bot@microsoft.com>
Mon, 17 Jun 2019 22:36:59 +0000 (17 22:36 +0000)
treea8e7a8dde5b632b0718333f1a7773ef74a6ae84d
parentee64a8364fa61c55bb7c2b611713240052f99965
Update Corelib to adapt to compiler nullability updates

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
28 files changed:
netcore/System.Private.CoreLib/shared/Internal/Win32/RegistryKey.cs
netcore/System.Private.CoreLib/shared/Interop/Unix/System.Native/Interop.MountPoints.cs
netcore/System.Private.CoreLib/shared/System/Collections/Generic/Dictionary.cs
netcore/System.Private.CoreLib/shared/System/Collections/Hashtable.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/CounterGroup.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/EventSource.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/TraceLogging/TraceLoggingTypeInfo.cs
netcore/System.Private.CoreLib/shared/System/Environment.Unix.cs
netcore/System.Private.CoreLib/shared/System/Environment.cs
netcore/System.Private.CoreLib/shared/System/Globalization/CultureData.cs
netcore/System.Private.CoreLib/shared/System/Globalization/DateTimeFormatInfoScanner.cs
netcore/System.Private.CoreLib/shared/System/Globalization/JapaneseCalendar.Win32.cs
netcore/System.Private.CoreLib/shared/System/Globalization/JapaneseLunisolarCalendar.cs
netcore/System.Private.CoreLib/shared/System/IO/Stream.cs
netcore/System.Private.CoreLib/shared/System/Reflection/Assembly.cs
netcore/System.Private.CoreLib/shared/System/Resources/ResourceManager.cs
netcore/System.Private.CoreLib/shared/System/Resources/ResourceReader.Core.cs
netcore/System.Private.CoreLib/shared/System/Runtime/InteropServices/NativeLibrary.cs
netcore/System.Private.CoreLib/shared/System/Runtime/Loader/AssemblyLoadContext.cs
netcore/System.Private.CoreLib/shared/System/Text/StringBuilder.cs
netcore/System.Private.CoreLib/shared/System/Threading/ExecutionContext.cs
netcore/System.Private.CoreLib/shared/System/Threading/LazyInitializer.cs
netcore/System.Private.CoreLib/shared/System/Threading/Tasks/ConcurrentExclusiveSchedulerPair.cs
netcore/System.Private.CoreLib/shared/System/Threading/Tasks/Task.cs
netcore/System.Private.CoreLib/shared/System/Threading/Thread.cs
netcore/System.Private.CoreLib/shared/System/TimeZoneInfo.Unix.cs
netcore/System.Private.CoreLib/shared/System/WeakReference.T.cs
netcore/System.Private.CoreLib/shared/System/WinRTFolderPaths.cs