From 74524d8b92845cf353994eea1f84b9a3a54cad6d Mon Sep 17 00:00:00 2001 From: Marek Safar Date: Tue, 30 May 2017 11:45:11 +0200 Subject: [PATCH] Bump corert --- external/corert | 2 +- mcs/class/corlib/corlib.dll.sources | 3 +++ mcs/errors/cs1061-15.cs | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/external/corert b/external/corert index 814f76de6a9..48dba73801e 160000 --- a/external/corert +++ b/external/corert @@ -1 +1 @@ -Subproject commit 814f76de6a972c5c3dd3ec6b10dc900fd73d08d2 +Subproject commit 48dba73801e804e89f00311da99d873f9c550278 diff --git a/mcs/class/corlib/corlib.dll.sources b/mcs/class/corlib/corlib.dll.sources index c4af3f5b553..c1a04aea0f3 100644 --- a/mcs/class/corlib/corlib.dll.sources +++ b/mcs/class/corlib/corlib.dll.sources @@ -1658,6 +1658,7 @@ corert/ThreadPoolBoundHandle.cs ../../../external/corert/src/System.Private.CoreLib/shared/System/Diagnostics/Debug.cs ../../../external/corert/src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/IsReadOnlyAttribute.cs +../../../external/corert/src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/IsByRefLikeAttribute.cs ../../../external/corert/src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/ITuple.cs ../../../external/corert/src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/RuntimeFeature.cs ../../../external/corert/src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/TupleElementNamesAttribute.cs @@ -1678,6 +1679,8 @@ corert/ThreadPoolBoundHandle.cs corefx/SR.cs +../../../external/corefx/src/System.Collections/src/System/Collections/Generic/CollectionExtensions.cs + ../../../external/corefx/src/System.Collections.Concurrent/src/System/Collections/Concurrent/CDSCollectionETWBCLProvider.cs ../../../external/corefx/src/System.Collections.Concurrent/src/System/Collections/Concurrent/ConcurrentDictionary.cs ../../../external/corefx/src/System.Collections.Concurrent/src/System/Collections/Concurrent/ConcurrentQueue.cs diff --git a/mcs/errors/cs1061-15.cs b/mcs/errors/cs1061-15.cs index 15b3864f822..489488192a5 100644 --- a/mcs/errors/cs1061-15.cs +++ b/mcs/errors/cs1061-15.cs @@ -1,4 +1,4 @@ -// CS1061: Type `int' does not contain a definition for `GetValueOrDefault' and no extension method `GetValueOrDefault' of type `int' could be found. Are you missing an assembly reference? +// CS1061: Type `int' does not contain a definition for `GetValueOrDefault' and no extension method `GetValueOrDefault' of type `int' could be found. Are you missing `System.Collections.Generic' using directive? // Line: 9 class C -- 2.25.1