From 1b9360924337378185c5e1e3677f0893fdccc034 Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Mon, 8 Feb 2021 11:11:46 -0600 Subject: [PATCH] Allow GlobalizationMode.Invariant = false to be substituted by the trimmer. This allows a Blazor WASM app to trim unused Invariant code when Invariant mode isn't enabled. --- .../src/ILLink/ILLink.Substitutions.Shared.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/System.Private.CoreLib/src/ILLink/ILLink.Substitutions.Shared.xml b/src/libraries/System.Private.CoreLib/src/ILLink/ILLink.Substitutions.Shared.xml index 3b2cd77a1a5d1b..682d9047b63c59 100644 --- a/src/libraries/System.Private.CoreLib/src/ILLink/ILLink.Substitutions.Shared.xml +++ b/src/libraries/System.Private.CoreLib/src/ILLink/ILLink.Substitutions.Shared.xml @@ -8,6 +8,7 @@ +