From ba97cf80d9fd5397bfed7ef0e7048acc13109ee9 Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Wed, 24 May 2023 13:02:50 -0700 Subject: [PATCH] Use the BannedApiAnalyzer instead of the LinqPoison mechanism to ban Linq in the managed type system (#86673) --- eng/Versions.props | 2 +- .../Common/TypeSystem/Common/LinqPoison.cs | 20 ------------------- .../ILCompiler.TypeSystem/BannedSymbols.txt | 1 + .../ILCompiler.TypeSystem.csproj | 16 +++++++++++---- 4 files changed, 14 insertions(+), 25 deletions(-) delete mode 100644 src/coreclr/tools/Common/TypeSystem/Common/LinqPoison.cs create mode 100644 src/coreclr/tools/aot/ILCompiler.TypeSystem/BannedSymbols.txt diff --git a/eng/Versions.props b/eng/Versions.props index e88a638e210..f9d6f8e776a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -70,7 +70,7 @@ --> 4.5.0 - 3.3.2 + 3.3.5-beta1.23270.2