From bb9ce3fa6e5ea359e69d4b418d0e2c1636442c4d Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Wed, 20 Jan 2016 15:19:23 -0800 Subject: [PATCH] Legacy SelfTest/SelfHost tests are currently calling CreateAdjustmentRule using reflection. When changes were made to no longer have an upstream caller of this method, the tests started failing because BclWriter was removing the method from mscorlib. To fix the tests, and in case other external callers are invoking this method using reflection, add this member to model.xml to ensure BclWriter leaves it in mscorlib. This fixes devdiv bug https://devdiv.visualstudio.com/web/wi.aspx?pcguid=011b8bdf-6d56-4f87-be0d-0092136884d9&id=132217 [tfs-changeset: 1566848] --- src/mscorlib/model.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/mscorlib/model.xml b/src/mscorlib/model.xml index 535c16c..1628cc2 100644 --- a/src/mscorlib/model.xml +++ b/src/mscorlib/model.xml @@ -8153,6 +8153,12 @@ + + + + + + -- 2.7.4