From 7bdd28752512856d89ed1598968e7ebb0be7763a Mon Sep 17 00:00:00 2001 From: Larry Ewing Date: Sun, 15 Aug 2021 21:07:24 -0500 Subject: [PATCH] Enable System.Linq.Queryable and disable https://github.com/dotnet/runtime/issues/50712 --- .../System.Linq.Queryable/tests/TrimCompatibilityTests.cs | 1 + src/libraries/tests.proj | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/System.Linq.Queryable/tests/TrimCompatibilityTests.cs b/src/libraries/System.Linq.Queryable/tests/TrimCompatibilityTests.cs index 6a4583253edbe..9021f6abd1be7 100644 --- a/src/libraries/System.Linq.Queryable/tests/TrimCompatibilityTests.cs +++ b/src/libraries/System.Linq.Queryable/tests/TrimCompatibilityTests.cs @@ -16,6 +16,7 @@ public class TrimCompatibilityTests /// preserve the corresponding Enumerable method when trimming. /// [Fact] + [ActiveIssue("https://github.com/dotnet/runtime/issues/50712", typeof(PlatformDetection), nameof(PlatformDetection.IsBuiltWithAggressiveTrimming), nameof(PlatformDetection.IsBrowser))] public static void QueryableMethodsContainCorrectDynamicDependency() { IEnumerable dependentMethods = diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj index 5e8f9b5cf4ff4..7a6e16ca1b347 100644 --- a/src/libraries/tests.proj +++ b/src/libraries/tests.proj @@ -240,7 +240,6 @@ -