From 54b37c976b503368d28e945ff426eaf59e133c25 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Aug 2021 11:18:24 -0700 Subject: [release/5.0] Update dependencies from mono/linker (#55633) * Update dependencies from https://github.com/mono/linker build 20210714.1 Microsoft.NET.ILLink.Tasks From Version 5.0.0-rc.1.20420.3 -> To Version 5.0.0-rtm.21364.1 * Suppress ILLink warning from https://github.com/mono/linker/pull/1759 Co-authored-by: dotnet-maestro[bot] Co-authored-by: Eric Erhardt --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- .../System.Private.CoreLib/src/System/Activator.RuntimeType.cs | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e0f28056e16..4afa43443ce 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -182,9 +182,9 @@ https://github.com/dotnet/runtime 38017c3935de95d0335bac04f4901ddfc2718656 - + https://github.com/mono/linker - e56c9e47031302a164912b0eb9f0c94c9d307290 + dc2ca1a2089983aa027e475998aa3a335bc247b7 https://github.com/dotnet/xharness diff --git a/eng/Versions.props b/eng/Versions.props index 7db2457d316..4e81b32590c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -144,7 +144,7 @@ 5.0.0-preview-20201009.2 - 5.0.0-rc.1.20420.3 + 5.0.0-rtm.21364.1 5.0.0-rc.1.20472.3 diff --git a/src/libraries/System.Private.CoreLib/src/System/Activator.RuntimeType.cs b/src/libraries/System.Private.CoreLib/src/System/Activator.RuntimeType.cs index 09d3bdf608c..09e50ca1464 100644 --- a/src/libraries/System.Private.CoreLib/src/System/Activator.RuntimeType.cs +++ b/src/libraries/System.Private.CoreLib/src/System/Activator.RuntimeType.cs @@ -103,6 +103,8 @@ namespace System Justification = "Implementation detail of Activator that linker intrinsically recognizes")] [UnconditionalSuppressMessage("ReflectionAnalysis", "IL2072:UnrecognizedReflectionPattern", Justification = "Implementation detail of Activator that linker intrinsically recognizes")] + [UnconditionalSuppressMessage("ReflectionAnalysis", "IL2096:UnrecognizedReflectionPattern", + Justification = "Implementation detail of Activator that linker intrinsically recognizes")] private static ObjectHandle? CreateInstanceInternal(string assemblyString, string typeName, bool ignoreCase, -- cgit v1.2.3