From: dotnet-maestro[bot] Date: Thu, 13 Jun 2019 16:33:31 +0000 (+0000) Subject: [master] Update dependencies from dotnet/coreclr (dotnet/corefx#38505) X-Git-Tag: submit/tizen/20210909.063632~11031^2~1305 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=554d39908cbec8b9c45a5a3e4039018015de183d;p=platform%2Fupstream%2Fdotnet%2Fruntime.git [master] Update dependencies from dotnet/coreclr (dotnet/corefx#38505) * Update dependencies from https://github.com/dotnet/coreclr build 20190612.2 - Microsoft.NET.Sdk.IL - 3.0.0-preview7.19312.2 - Microsoft.NETCore.ILAsm - 3.0.0-preview7.19312.2 - Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-preview7.19312.2 * Fix build errors Commit migrated from https://github.com/dotnet/corefx/commit/5955ee2583d4509d37ecf55243e9e3c9af128487 --- diff --git a/src/libraries/System.Collections.Concurrent/src/System/Collections/Concurrent/ConcurrentDictionary.cs b/src/libraries/System.Collections.Concurrent/src/System/Collections/Concurrent/ConcurrentDictionary.cs index 3729dc7..112b925 100644 --- a/src/libraries/System.Collections.Concurrent/src/System/Collections/Concurrent/ConcurrentDictionary.cs +++ b/src/libraries/System.Collections.Concurrent/src/System/Collections/Concurrent/ConcurrentDictionary.cs @@ -2082,7 +2082,7 @@ namespace System.Collections.Concurrent } } - internal sealed class IDictionaryDebugView + internal sealed class IDictionaryDebugView where K : notnull { private readonly IDictionary _dictionary;