From 3b7dacc85007a4f506f8975bbd422e9d9d62106a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20Strehovsk=C3=BD?= Date: Sun, 17 Jun 2018 14:54:51 +0200 Subject: [PATCH] Delete ApiCompatBaseline (dotnet/corefx#30472) These should not need baselining after dotnet/corefx#30438. Commit migrated from https://github.com/dotnet/corefx/commit/3443fc58c7f6bd571d6d14fe14ae6f218d4db945 --- .../src/ApiCompatBaseline.uapaot.txt | 8 -------- .../src/ApiCompatBaseline.uapaot.txt | 3 --- .../System.Reflection.Emit/src/ApiCompatBaseline.uapaot.txt | 13 ------------- 3 files changed, 24 deletions(-) delete mode 100644 src/libraries/System.Reflection.Emit.ILGeneration/src/ApiCompatBaseline.uapaot.txt delete mode 100644 src/libraries/System.Reflection.Emit.Lightweight/src/ApiCompatBaseline.uapaot.txt delete mode 100644 src/libraries/System.Reflection.Emit/src/ApiCompatBaseline.uapaot.txt diff --git a/src/libraries/System.Reflection.Emit.ILGeneration/src/ApiCompatBaseline.uapaot.txt b/src/libraries/System.Reflection.Emit.ILGeneration/src/ApiCompatBaseline.uapaot.txt deleted file mode 100644 index f6f8d22..0000000 --- a/src/libraries/System.Reflection.Emit.ILGeneration/src/ApiCompatBaseline.uapaot.txt +++ /dev/null @@ -1,8 +0,0 @@ -Compat issues with assembly System.Reflection.Emit.ILGeneration: -TypesMustExist : Type 'System.Reflection.Emit.CustomAttributeBuilder' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Reflection.Emit.ILGenerator' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Reflection.Emit.Label' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Reflection.Emit.LocalBuilder' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Reflection.Emit.ParameterBuilder' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Reflection.Emit.SignatureHelper' does not exist in the implementation but it does exist in the contract. -Total Issues: 6 diff --git a/src/libraries/System.Reflection.Emit.Lightweight/src/ApiCompatBaseline.uapaot.txt b/src/libraries/System.Reflection.Emit.Lightweight/src/ApiCompatBaseline.uapaot.txt deleted file mode 100644 index 2a9134a..0000000 --- a/src/libraries/System.Reflection.Emit.Lightweight/src/ApiCompatBaseline.uapaot.txt +++ /dev/null @@ -1,3 +0,0 @@ -Compat issues with assembly System.Reflection.Emit.Lightweight: -TypesMustExist : Type 'System.Reflection.Emit.DynamicMethod' does not exist in the implementation but it does exist in the contract. -Total Issues: 1 diff --git a/src/libraries/System.Reflection.Emit/src/ApiCompatBaseline.uapaot.txt b/src/libraries/System.Reflection.Emit/src/ApiCompatBaseline.uapaot.txt deleted file mode 100644 index 606c7ae..0000000 --- a/src/libraries/System.Reflection.Emit/src/ApiCompatBaseline.uapaot.txt +++ /dev/null @@ -1,13 +0,0 @@ -Compat issues with assembly System.Reflection.Emit: -TypesMustExist : Type 'System.Reflection.Emit.AssemblyBuilder' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Reflection.Emit.AssemblyBuilderAccess' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Reflection.Emit.ConstructorBuilder' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Reflection.Emit.EnumBuilder' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Reflection.Emit.EventBuilder' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Reflection.Emit.FieldBuilder' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Reflection.Emit.GenericTypeParameterBuilder' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Reflection.Emit.MethodBuilder' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Reflection.Emit.ModuleBuilder' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Reflection.Emit.PropertyBuilder' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Reflection.Emit.TypeBuilder' does not exist in the implementation but it does exist in the contract. -Total Issues: 11 -- 2.7.4