From 8fcddacb0e869dfd7de6b5152b97f7edf87a5d64 Mon Sep 17 00:00:00 2001 From: "Eric St. John" Date: Wed, 25 Apr 2018 13:20:18 -0700 Subject: [PATCH] Update for new API compat operand names Commit migrated from https://github.com/dotnet/corefx/commit/a9f347950a1526b28f4577f2dbf94c23b3123d5c --- ...tchingRefApiCompatBaseline.netstandard.txt | 40 +++++++++---------- .../src/MatchingRefApiCompatBaseline.txt | 2 +- ...tchingRefApiCompatBaseline.netstandard.txt | 4 +- .../MatchingRefApiCompatBaseline.uapaot.txt | 2 +- .../src/MatchingRefApiCompatBaseline.txt | 6 +-- .../src/MatchingRefApiCompatBaseline.txt | 4 +- .../src/MatchingRefApiCompatBaseline.txt | 2 +- .../src/MatchingRefApiCompatBaseline.txt | 10 ++--- .../src/MatchingRefApiCompatBaseline.txt | 10 ++--- .../src/MatchingRefApiCompatBaseline.txt | 2 +- .../src/MatchingRefApiCompatBaseline.uap.txt | 4 +- .../src/MatchingRefApiCompatBaseline.txt | 4 +- ...atchingRefApiCompatBaseline.netcoreapp.txt | 4 +- .../src/MatchingRefApiCompatBaseline.uap.txt | 20 +++++----- .../src/MatchingRefApiCompatBaseline.txt | 2 +- .../src/MatchingRefApiCompatBaseline.txt | 4 +- ...tchingRefApiCompatBaseline.netstandard.txt | 4 +- ...tchingRefApiCompatBaseline.netstandard.txt | 2 +- ...tchingRefApiCompatBaseline.netstandard.txt | 34 ++++++++-------- .../src/MatchingRefApiCompatBaseline.txt | 2 +- .../src/MatchingRefApiCompatBaseline.uap.txt | 2 +- .../MatchingRefApiCompatBaseline.uapaot.txt | 8 ++-- 22 files changed, 86 insertions(+), 86 deletions(-) diff --git a/src/libraries/Microsoft.VisualBasic/src/MatchingRefApiCompatBaseline.netstandard.txt b/src/libraries/Microsoft.VisualBasic/src/MatchingRefApiCompatBaseline.netstandard.txt index 33bf1c3233d..510cc69f3a2 100644 --- a/src/libraries/Microsoft.VisualBasic/src/MatchingRefApiCompatBaseline.netstandard.txt +++ b/src/libraries/Microsoft.VisualBasic/src/MatchingRefApiCompatBaseline.netstandard.txt @@ -1,23 +1,23 @@ Compat issues with assembly Microsoft.VisualBasic: # Loaded via reflection so needs to be public in the implementation but we don't want to expose them publicly in the ref assembly: -MembersMustExist : Member 'Microsoft.VisualBasic.CompilerServices.Conversions.FallbackUserDefinedConversion(System.Object, System.Type)' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'Microsoft.VisualBasic.CompilerServices.NewLateBinding.FallbackCall(System.Object, System.String, System.Object[], System.String[], System.Boolean)' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'Microsoft.VisualBasic.CompilerServices.NewLateBinding.FallbackGet(System.Object, System.String, System.Object[], System.String[])' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'Microsoft.VisualBasic.CompilerServices.NewLateBinding.FallbackIndexSet(System.Object, System.Object[], System.String[])' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'Microsoft.VisualBasic.CompilerServices.NewLateBinding.FallbackIndexSetComplex(System.Object, System.Object[], System.String[], System.Boolean, System.Boolean)' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'Microsoft.VisualBasic.CompilerServices.NewLateBinding.FallbackInvokeDefault1(System.Object, System.Object[], System.String[], System.Boolean)' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'Microsoft.VisualBasic.CompilerServices.NewLateBinding.FallbackInvokeDefault2(System.Object, System.Object[], System.String[], System.Boolean)' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'Microsoft.VisualBasic.CompilerServices.NewLateBinding.FallbackSet(System.Object, System.String, System.Object[])' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'Microsoft.VisualBasic.CompilerServices.NewLateBinding.FallbackSetComplex(System.Object, System.String, System.Object[], System.Boolean, System.Boolean)' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateCallInvokeDefault(System.Object, System.Object[], System.String[], System.Boolean)' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateGetInvokeDefault(System.Object, System.Object[], System.String[], System.Boolean)' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'Microsoft.VisualBasic.CompilerServices.Operators.FallbackInvokeUserDefinedOperator(System.Object, System.Object[])' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'Microsoft.VisualBasic.CompilerServices.SiteDelegate0' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'Microsoft.VisualBasic.CompilerServices.SiteDelegate1' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'Microsoft.VisualBasic.CompilerServices.SiteDelegate2' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'Microsoft.VisualBasic.CompilerServices.SiteDelegate3' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'Microsoft.VisualBasic.CompilerServices.SiteDelegate4' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'Microsoft.VisualBasic.CompilerServices.SiteDelegate5' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'Microsoft.VisualBasic.CompilerServices.SiteDelegate6' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'Microsoft.VisualBasic.CompilerServices.SiteDelegate7' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'Microsoft.VisualBasic.CompilerServices.Conversions.FallbackUserDefinedConversion(System.Object, System.Type)' does not exist in the reference but it does exist in the implementation. +MembersMustExist : Member 'Microsoft.VisualBasic.CompilerServices.NewLateBinding.FallbackCall(System.Object, System.String, System.Object[], System.String[], System.Boolean)' does not exist in the reference but it does exist in the implementation. +MembersMustExist : Member 'Microsoft.VisualBasic.CompilerServices.NewLateBinding.FallbackGet(System.Object, System.String, System.Object[], System.String[])' does not exist in the reference but it does exist in the implementation. +MembersMustExist : Member 'Microsoft.VisualBasic.CompilerServices.NewLateBinding.FallbackIndexSet(System.Object, System.Object[], System.String[])' does not exist in the reference but it does exist in the implementation. +MembersMustExist : Member 'Microsoft.VisualBasic.CompilerServices.NewLateBinding.FallbackIndexSetComplex(System.Object, System.Object[], System.String[], System.Boolean, System.Boolean)' does not exist in the reference but it does exist in the implementation. +MembersMustExist : Member 'Microsoft.VisualBasic.CompilerServices.NewLateBinding.FallbackInvokeDefault1(System.Object, System.Object[], System.String[], System.Boolean)' does not exist in the reference but it does exist in the implementation. +MembersMustExist : Member 'Microsoft.VisualBasic.CompilerServices.NewLateBinding.FallbackInvokeDefault2(System.Object, System.Object[], System.String[], System.Boolean)' does not exist in the reference but it does exist in the implementation. +MembersMustExist : Member 'Microsoft.VisualBasic.CompilerServices.NewLateBinding.FallbackSet(System.Object, System.String, System.Object[])' does not exist in the reference but it does exist in the implementation. +MembersMustExist : Member 'Microsoft.VisualBasic.CompilerServices.NewLateBinding.FallbackSetComplex(System.Object, System.String, System.Object[], System.Boolean, System.Boolean)' does not exist in the reference but it does exist in the implementation. +MembersMustExist : Member 'Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateCallInvokeDefault(System.Object, System.Object[], System.String[], System.Boolean)' does not exist in the reference but it does exist in the implementation. +MembersMustExist : Member 'Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateGetInvokeDefault(System.Object, System.Object[], System.String[], System.Boolean)' does not exist in the reference but it does exist in the implementation. +MembersMustExist : Member 'Microsoft.VisualBasic.CompilerServices.Operators.FallbackInvokeUserDefinedOperator(System.Object, System.Object[])' does not exist in the reference but it does exist in the implementation. +TypesMustExist : Type 'Microsoft.VisualBasic.CompilerServices.SiteDelegate0' does not exist in the reference but it does exist in the implementation. +TypesMustExist : Type 'Microsoft.VisualBasic.CompilerServices.SiteDelegate1' does not exist in the reference but it does exist in the implementation. +TypesMustExist : Type 'Microsoft.VisualBasic.CompilerServices.SiteDelegate2' does not exist in the reference but it does exist in the implementation. +TypesMustExist : Type 'Microsoft.VisualBasic.CompilerServices.SiteDelegate3' does not exist in the reference but it does exist in the implementation. +TypesMustExist : Type 'Microsoft.VisualBasic.CompilerServices.SiteDelegate4' does not exist in the reference but it does exist in the implementation. +TypesMustExist : Type 'Microsoft.VisualBasic.CompilerServices.SiteDelegate5' does not exist in the reference but it does exist in the implementation. +TypesMustExist : Type 'Microsoft.VisualBasic.CompilerServices.SiteDelegate6' does not exist in the reference but it does exist in the implementation. +TypesMustExist : Type 'Microsoft.VisualBasic.CompilerServices.SiteDelegate7' does not exist in the reference but it does exist in the implementation. diff --git a/src/libraries/System.Collections.Specialized/src/MatchingRefApiCompatBaseline.txt b/src/libraries/System.Collections.Specialized/src/MatchingRefApiCompatBaseline.txt index 98aeadefc3e..0a2d30f76fa 100644 --- a/src/libraries/System.Collections.Specialized/src/MatchingRefApiCompatBaseline.txt +++ b/src/libraries/System.Collections.Specialized/src/MatchingRefApiCompatBaseline.txt @@ -1,2 +1,2 @@ # Type exposed publicly in implementation only for serialization purposes -TypesMustExist : Type 'System.Collections.Specialized.ListDictionary.DictionaryNode' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Collections.Specialized.ListDictionary.DictionaryNode' does not exist in the reference but it does exist in the implementation. diff --git a/src/libraries/System.Configuration.ConfigurationManager/src/MatchingRefApiCompatBaseline.netstandard.txt b/src/libraries/System.Configuration.ConfigurationManager/src/MatchingRefApiCompatBaseline.netstandard.txt index 2e6dadcd82a..5076b9e11e0 100644 --- a/src/libraries/System.Configuration.ConfigurationManager/src/MatchingRefApiCompatBaseline.netstandard.txt +++ b/src/libraries/System.Configuration.ConfigurationManager/src/MatchingRefApiCompatBaseline.netstandard.txt @@ -1,5 +1,5 @@ Compat issues with assembly System.Configuration.ConfigurationManager: # Cannot remove the serialization constructors because they are needed for serialization -MembersMustExist : Member 'System.Configuration.SettingsAttributeDictionary..ctor(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.Configuration.SettingsContext..ctor(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Configuration.SettingsAttributeDictionary..ctor(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)' does not exist in the reference but it does exist in the implementation. +MembersMustExist : Member 'System.Configuration.SettingsContext..ctor(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)' does not exist in the reference but it does exist in the implementation. Total Issues: 2 diff --git a/src/libraries/System.Data.Common/src/MatchingRefApiCompatBaseline.uapaot.txt b/src/libraries/System.Data.Common/src/MatchingRefApiCompatBaseline.uapaot.txt index a3f04a74685..36ea9ae4881 100644 --- a/src/libraries/System.Data.Common/src/MatchingRefApiCompatBaseline.uapaot.txt +++ b/src/libraries/System.Data.Common/src/MatchingRefApiCompatBaseline.uapaot.txt @@ -1,2 +1,2 @@ #Exposed publicly in only in uapaot implementation to enable reflection on this type -TypesMustExist : Type 'System.Data.DataCommonEventSource' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.DataCommonEventSource' does not exist in the reference but it does exist in the implementation. diff --git a/src/libraries/System.Data.Odbc/src/MatchingRefApiCompatBaseline.txt b/src/libraries/System.Data.Odbc/src/MatchingRefApiCompatBaseline.txt index 871e84a2eb1..9bc9bf03074 100644 --- a/src/libraries/System.Data.Odbc/src/MatchingRefApiCompatBaseline.txt +++ b/src/libraries/System.Data.Odbc/src/MatchingRefApiCompatBaseline.txt @@ -1,6 +1,6 @@ # Exposed publicly only in implementation for serialization compat -TypesMustExist : Type 'System.Data.Odbc.ODBC32' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Data.Odbc.ODBC32' does not exist in the reference but it does exist in the implementation. # Cannot be exposed in the ref yet as it is new API that doesn't exist in netfx -MembersMustExist : Member 'System.Data.Odbc.OdbcParameter.Offset.get()' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.Data.Odbc.OdbcParameter.Offset.set(System.Int32)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Data.Odbc.OdbcParameter.Offset.get()' does not exist in the reference but it does exist in the implementation. +MembersMustExist : Member 'System.Data.Odbc.OdbcParameter.Offset.set(System.Int32)' does not exist in the reference but it does exist in the implementation. diff --git a/src/libraries/System.Data.SqlClient/src/MatchingRefApiCompatBaseline.txt b/src/libraries/System.Data.SqlClient/src/MatchingRefApiCompatBaseline.txt index 3cd7225c507..7b2e24b27b3 100644 --- a/src/libraries/System.Data.SqlClient/src/MatchingRefApiCompatBaseline.txt +++ b/src/libraries/System.Data.SqlClient/src/MatchingRefApiCompatBaseline.txt @@ -5,6 +5,6 @@ # In order to prevent it, the API needs to be kept in public, and following 2 error message should be remaining in this baseline file. # Compat issues with assembly System.Data.SqlClient: -CannotRemoveBaseTypeOrInterface : Type 'System.Data.SqlClient.SqlDataReader' does not implement interface 'System.Data.Common.IDbColumnSchemaGenerator' in the implementation but it does in the contract. -MembersMustExist : Member 'System.Data.SqlClient.SqlDataReader.GetColumnSchema()' does not exist in the implementation but it does exist in the contract. +CannotRemoveBaseTypeOrInterface : Type 'System.Data.SqlClient.SqlDataReader' does not implement interface 'System.Data.Common.IDbColumnSchemaGenerator' in the reference but it does in the implementation. +MembersMustExist : Member 'System.Data.SqlClient.SqlDataReader.GetColumnSchema()' does not exist in the reference but it does exist in the implementation. Total Issues: 2 diff --git a/src/libraries/System.IO.Compression/src/MatchingRefApiCompatBaseline.txt b/src/libraries/System.IO.Compression/src/MatchingRefApiCompatBaseline.txt index d6c2289aa74..80f75c96408 100644 --- a/src/libraries/System.IO.Compression/src/MatchingRefApiCompatBaseline.txt +++ b/src/libraries/System.IO.Compression/src/MatchingRefApiCompatBaseline.txt @@ -1,2 +1,2 @@ # Exposed publicly only in implementation for serialization compat -TypesMustExist : Type 'System.IO.Compression.ZLibException' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.IO.Compression.ZLibException' does not exist in the reference but it does exist in the implementation. diff --git a/src/libraries/System.IO.FileSystem/src/MatchingRefApiCompatBaseline.txt b/src/libraries/System.IO.FileSystem/src/MatchingRefApiCompatBaseline.txt index 57008615ab4..1c20640f241 100644 --- a/src/libraries/System.IO.FileSystem/src/MatchingRefApiCompatBaseline.txt +++ b/src/libraries/System.IO.FileSystem/src/MatchingRefApiCompatBaseline.txt @@ -1,8 +1,8 @@ Compat issues with assembly System.IO.FileSystem: # These are now virtual in the implementation, which should be ok. -CannotMakeMemberAbstract : Member 'System.IO.FileSystemInfo.Exists' is abstract in the implementation but is not abstract in the contract. -CannotMakeMemberAbstract : Member 'System.IO.FileSystemInfo.Name' is abstract in the implementation but is not abstract in the contract. -CannotMakeMemberAbstract : Member 'System.IO.FileSystemInfo.Exists.get()' is abstract in the implementation but is not abstract in the contract. -CannotMakeMemberAbstract : Member 'System.IO.FileSystemInfo.Name.get()' is abstract in the implementation but is not abstract in the contract. +CannotMakeMemberAbstract : Member 'System.IO.FileSystemInfo.Exists' is abstract in the reference but is not abstract in the implementation. +CannotMakeMemberAbstract : Member 'System.IO.FileSystemInfo.Name' is abstract in the reference but is not abstract in the implementation. +CannotMakeMemberAbstract : Member 'System.IO.FileSystemInfo.Exists.get()' is abstract in the reference but is not abstract in the implementation. +CannotMakeMemberAbstract : Member 'System.IO.FileSystemInfo.Name.get()' is abstract in the reference but is not abstract in the implementation. # C# generates backing fields for fixed buffers as public. -TypesMustExist : Type 'System.IO.Enumeration.FileSystemEntry.<_fileNameBuffer>e__FixedBuffer' does not exist in the implementation but it does exist in the contract. \ No newline at end of file +TypesMustExist : Type 'System.IO.Enumeration.FileSystemEntry.<_fileNameBuffer>e__FixedBuffer' does not exist in the reference but it does exist in the implementation. \ No newline at end of file diff --git a/src/libraries/System.IO.Pipes/src/MatchingRefApiCompatBaseline.txt b/src/libraries/System.IO.Pipes/src/MatchingRefApiCompatBaseline.txt index f9ce3480d66..59d47a01e27 100644 --- a/src/libraries/System.IO.Pipes/src/MatchingRefApiCompatBaseline.txt +++ b/src/libraries/System.IO.Pipes/src/MatchingRefApiCompatBaseline.txt @@ -1,6 +1,6 @@ # Exposed public in System.IO.Pipes.AccessControl but implemented in System.IO.Pipes -TypesMustExist : Type 'System.IO.Pipes.PipeAccessRights' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.IO.Pipes.PipeAccessRule' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.IO.Pipes.PipeAuditRule' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.IO.Pipes.PipesAclExtensions' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.IO.Pipes.PipeSecurity' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.IO.Pipes.PipeAccessRights' does not exist in the reference but it does exist in the implementation. +TypesMustExist : Type 'System.IO.Pipes.PipeAccessRule' does not exist in the reference but it does exist in the implementation. +TypesMustExist : Type 'System.IO.Pipes.PipeAuditRule' does not exist in the reference but it does exist in the implementation. +TypesMustExist : Type 'System.IO.Pipes.PipesAclExtensions' does not exist in the reference but it does exist in the implementation. +TypesMustExist : Type 'System.IO.Pipes.PipeSecurity' does not exist in the reference but it does exist in the implementation. diff --git a/src/libraries/System.Linq/src/MatchingRefApiCompatBaseline.txt b/src/libraries/System.Linq/src/MatchingRefApiCompatBaseline.txt index 332d6f77da2..2f1f388211b 100644 --- a/src/libraries/System.Linq/src/MatchingRefApiCompatBaseline.txt +++ b/src/libraries/System.Linq/src/MatchingRefApiCompatBaseline.txt @@ -1,2 +1,2 @@ # Exposed publicly in the implementation to enable reflection for data-binding scenarios. -TypesMustExist : Type 'System.Linq.Grouping' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Linq.Grouping' does not exist in the reference but it does exist in the implementation. diff --git a/src/libraries/System.Net.Http/src/MatchingRefApiCompatBaseline.uap.txt b/src/libraries/System.Net.Http/src/MatchingRefApiCompatBaseline.uap.txt index a6fe8a354eb..f15799dfcfa 100644 --- a/src/libraries/System.Net.Http/src/MatchingRefApiCompatBaseline.uap.txt +++ b/src/libraries/System.Net.Http/src/MatchingRefApiCompatBaseline.uap.txt @@ -1,4 +1,4 @@ Compat issues with assembly System.Net.Http: -TypesMustExist : Type 'System.Net.Internal.Cookie' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Net.Internal.CookieException' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Net.Internal.Cookie' does not exist in the reference but it does exist in the implementation. +TypesMustExist : Type 'System.Net.Internal.CookieException' does not exist in the reference but it does exist in the implementation. Total Issues: 2 diff --git a/src/libraries/System.Net.NameResolution/src/MatchingRefApiCompatBaseline.txt b/src/libraries/System.Net.NameResolution/src/MatchingRefApiCompatBaseline.txt index 20f44b7edf9..eac78198046 100644 --- a/src/libraries/System.Net.NameResolution/src/MatchingRefApiCompatBaseline.txt +++ b/src/libraries/System.Net.NameResolution/src/MatchingRefApiCompatBaseline.txt @@ -1,4 +1,4 @@ Compat issues with assembly System.Net.NameResolution: -TypesMustExist : Type 'System.Net.Internals.ProtocolFamily' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Net.Internals.ProtocolType' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Net.Internals.ProtocolFamily' does not exist in the reference but it does exist in the implementation. +TypesMustExist : Type 'System.Net.Internals.ProtocolType' does not exist in the reference but it does exist in the implementation. Total Issues: 2 diff --git a/src/libraries/System.Net.Primitives/src/MatchingRefApiCompatBaseline.netcoreapp.txt b/src/libraries/System.Net.Primitives/src/MatchingRefApiCompatBaseline.netcoreapp.txt index 074f381930d..3df3d083bad 100644 --- a/src/libraries/System.Net.Primitives/src/MatchingRefApiCompatBaseline.netcoreapp.txt +++ b/src/libraries/System.Net.Primitives/src/MatchingRefApiCompatBaseline.netcoreapp.txt @@ -1,4 +1,4 @@ Compat issues with assembly System.Net.Primitives: -TypesMustExist : Type 'System.Net.CookieVariant' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Net.PathList' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Net.CookieVariant' does not exist in the reference but it does exist in the implementation. +TypesMustExist : Type 'System.Net.PathList' does not exist in the reference but it does exist in the implementation. Total Issues: 2 diff --git a/src/libraries/System.Net.Primitives/src/MatchingRefApiCompatBaseline.uap.txt b/src/libraries/System.Net.Primitives/src/MatchingRefApiCompatBaseline.uap.txt index b33f3c87657..cf5121173cc 100644 --- a/src/libraries/System.Net.Primitives/src/MatchingRefApiCompatBaseline.uap.txt +++ b/src/libraries/System.Net.Primitives/src/MatchingRefApiCompatBaseline.uap.txt @@ -1,12 +1,12 @@ Compat issues with assembly System.Net.Primitives: -MembersMustExist : Member 'System.Boolean System.Net.Cookie.IsQuotedDomain' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.Boolean System.Net.Cookie.IsQuotedVersion' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.Net.Cookie.Clone()' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.Net.Cookie.InternalSetName(System.String)' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.Net.Cookie.ToServerString()' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.Net.Cookie.Variant.get()' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.Net.Cookie.Variant.set(System.Net.CookieVariant)' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.Net.CookieCollection.InternalAdd(System.Net.Cookie, System.Boolean)' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Net.CookieVariant' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Net.PathList' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Boolean System.Net.Cookie.IsQuotedDomain' does not exist in the reference but it does exist in the implementation. +MembersMustExist : Member 'System.Boolean System.Net.Cookie.IsQuotedVersion' does not exist in the reference but it does exist in the implementation. +MembersMustExist : Member 'System.Net.Cookie.Clone()' does not exist in the reference but it does exist in the implementation. +MembersMustExist : Member 'System.Net.Cookie.InternalSetName(System.String)' does not exist in the reference but it does exist in the implementation. +MembersMustExist : Member 'System.Net.Cookie.ToServerString()' does not exist in the reference but it does exist in the implementation. +MembersMustExist : Member 'System.Net.Cookie.Variant.get()' does not exist in the reference but it does exist in the implementation. +MembersMustExist : Member 'System.Net.Cookie.Variant.set(System.Net.CookieVariant)' does not exist in the reference but it does exist in the implementation. +MembersMustExist : Member 'System.Net.CookieCollection.InternalAdd(System.Net.Cookie, System.Boolean)' does not exist in the reference but it does exist in the implementation. +TypesMustExist : Type 'System.Net.CookieVariant' does not exist in the reference but it does exist in the implementation. +TypesMustExist : Type 'System.Net.PathList' does not exist in the reference but it does exist in the implementation. Total Issues: 10 diff --git a/src/libraries/System.Net.Requests/src/MatchingRefApiCompatBaseline.txt b/src/libraries/System.Net.Requests/src/MatchingRefApiCompatBaseline.txt index 7cfb162513f..0ea7419083c 100644 --- a/src/libraries/System.Net.Requests/src/MatchingRefApiCompatBaseline.txt +++ b/src/libraries/System.Net.Requests/src/MatchingRefApiCompatBaseline.txt @@ -1,3 +1,3 @@ Compat issues with assembly System.Net.Requests: -MembersMustExist : Member 'System.Net.HttpWebRequest..ctor()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Net.HttpWebRequest..ctor()' does not exist in the reference but it does exist in the implementation. Total Issues: 1 diff --git a/src/libraries/System.Runtime.Serialization.Formatters/src/MatchingRefApiCompatBaseline.txt b/src/libraries/System.Runtime.Serialization.Formatters/src/MatchingRefApiCompatBaseline.txt index 87f8d5ca0fa..cf2349a714e 100644 --- a/src/libraries/System.Runtime.Serialization.Formatters/src/MatchingRefApiCompatBaseline.txt +++ b/src/libraries/System.Runtime.Serialization.Formatters/src/MatchingRefApiCompatBaseline.txt @@ -1,3 +1,3 @@ # Exposed publicly only in implementation for serialization compat -TypesMustExist : Type 'System.Runtime.Serialization.SerializationEventHandler' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.Runtime.Serialization.TypeLoadExceptionHolder' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Runtime.Serialization.SerializationEventHandler' does not exist in the reference but it does exist in the implementation. +TypesMustExist : Type 'System.Runtime.Serialization.TypeLoadExceptionHolder' does not exist in the reference but it does exist in the implementation. diff --git a/src/libraries/System.Security.Cryptography.Pkcs/src/MatchingRefApiCompatBaseline.netstandard.txt b/src/libraries/System.Security.Cryptography.Pkcs/src/MatchingRefApiCompatBaseline.netstandard.txt index c89f8fff9fd..0fe3c46b942 100644 --- a/src/libraries/System.Security.Cryptography.Pkcs/src/MatchingRefApiCompatBaseline.netstandard.txt +++ b/src/libraries/System.Security.Cryptography.Pkcs/src/MatchingRefApiCompatBaseline.netstandard.txt @@ -1,3 +1,3 @@ # These members don't belong in netstandard reference because of type unification with netfx (the members are new in net472). -MembersMustExist : Member 'System.Security.Cryptography.Pkcs.SignerInfo.GetSignature()' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.Security.Cryptography.Pkcs.SignerInfo.SignatureAlgorithm.get()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Security.Cryptography.Pkcs.SignerInfo.GetSignature()' does not exist in the reference but it does exist in the implementation. +MembersMustExist : Member 'System.Security.Cryptography.Pkcs.SignerInfo.SignatureAlgorithm.get()' does not exist in the reference but it does exist in the implementation. diff --git a/src/libraries/System.Security.Cryptography.Xml/src/MatchingRefApiCompatBaseline.netstandard.txt b/src/libraries/System.Security.Cryptography.Xml/src/MatchingRefApiCompatBaseline.netstandard.txt index 1f4b419245f..be8e7b60afa 100644 --- a/src/libraries/System.Security.Cryptography.Xml/src/MatchingRefApiCompatBaseline.netstandard.txt +++ b/src/libraries/System.Security.Cryptography.Xml/src/MatchingRefApiCompatBaseline.netstandard.txt @@ -1,2 +1,2 @@ # Type must be public in implementation for serialization to work but we don't want to expose it publicly in the contract as it isn't public on .NET Framework -TypesMustExist : Type 'System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException' does not exist in the implementation but it does exist in the contract. +TypesMustExist : Type 'System.Security.Cryptography.Xml.CryptoSignedXmlRecursionException' does not exist in the reference but it does exist in the implementation. diff --git a/src/libraries/System.ServiceModel.Syndication/src/MatchingRefApiCompatBaseline.netstandard.txt b/src/libraries/System.ServiceModel.Syndication/src/MatchingRefApiCompatBaseline.netstandard.txt index 7ded2b4d00b..c6026abb496 100644 --- a/src/libraries/System.ServiceModel.Syndication/src/MatchingRefApiCompatBaseline.netstandard.txt +++ b/src/libraries/System.ServiceModel.Syndication/src/MatchingRefApiCompatBaseline.netstandard.txt @@ -1,19 +1,19 @@ Compat issues with assembly System.ServiceModel.Syndication: -MembersMustExist : Member 'System.ServiceModel.Syndication.SyndicationFeed.Documentation.get()' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.ServiceModel.Syndication.SyndicationFeed.Documentation.set(System.ServiceModel.Syndication.SyndicationLink)' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.ServiceModel.Syndication.SyndicationFeed.SkipDays.get()' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.ServiceModel.Syndication.SyndicationFeed.SkipHours.get()' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.ServiceModel.Syndication.SyndicationFeed.TextInput.get()' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.ServiceModel.Syndication.SyndicationFeed.TextInput.set(System.ServiceModel.Syndication.SyndicationTextInput)' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.ServiceModel.Syndication.SyndicationFeed.TimeToLive.get()' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.ServiceModel.Syndication.SyndicationFeed.TimeToLive.set(System.Nullable)' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.ServiceModel.Syndication.SyndicationFeedFormatter.DateTimeParser.get()' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.ServiceModel.Syndication.SyndicationFeedFormatter.DateTimeParser.set(System.ServiceModel.Syndication.TryParseDateTimeCallback)' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.ServiceModel.Syndication.SyndicationFeedFormatter.UriParser.get()' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.ServiceModel.Syndication.SyndicationFeedFormatter.UriParser.set(System.ServiceModel.Syndication.TryParseUriCallback)' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.ServiceModel.Syndication.SyndicationTextInput' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.ServiceModel.Syndication.TryParseDateTimeCallback' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.ServiceModel.Syndication.TryParseUriCallback' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.ServiceModel.Syndication.XmlDateTimeData' does not exist in the implementation but it does exist in the contract. -TypesMustExist : Type 'System.ServiceModel.Syndication.XmlUriData' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.ServiceModel.Syndication.SyndicationFeed.Documentation.get()' does not exist in the reference but it does exist in the implementation. +MembersMustExist : Member 'System.ServiceModel.Syndication.SyndicationFeed.Documentation.set(System.ServiceModel.Syndication.SyndicationLink)' does not exist in the reference but it does exist in the implementation. +MembersMustExist : Member 'System.ServiceModel.Syndication.SyndicationFeed.SkipDays.get()' does not exist in the reference but it does exist in the implementation. +MembersMustExist : Member 'System.ServiceModel.Syndication.SyndicationFeed.SkipHours.get()' does not exist in the reference but it does exist in the implementation. +MembersMustExist : Member 'System.ServiceModel.Syndication.SyndicationFeed.TextInput.get()' does not exist in the reference but it does exist in the implementation. +MembersMustExist : Member 'System.ServiceModel.Syndication.SyndicationFeed.TextInput.set(System.ServiceModel.Syndication.SyndicationTextInput)' does not exist in the reference but it does exist in the implementation. +MembersMustExist : Member 'System.ServiceModel.Syndication.SyndicationFeed.TimeToLive.get()' does not exist in the reference but it does exist in the implementation. +MembersMustExist : Member 'System.ServiceModel.Syndication.SyndicationFeed.TimeToLive.set(System.Nullable)' does not exist in the reference but it does exist in the implementation. +MembersMustExist : Member 'System.ServiceModel.Syndication.SyndicationFeedFormatter.DateTimeParser.get()' does not exist in the reference but it does exist in the implementation. +MembersMustExist : Member 'System.ServiceModel.Syndication.SyndicationFeedFormatter.DateTimeParser.set(System.ServiceModel.Syndication.TryParseDateTimeCallback)' does not exist in the reference but it does exist in the implementation. +MembersMustExist : Member 'System.ServiceModel.Syndication.SyndicationFeedFormatter.UriParser.get()' does not exist in the reference but it does exist in the implementation. +MembersMustExist : Member 'System.ServiceModel.Syndication.SyndicationFeedFormatter.UriParser.set(System.ServiceModel.Syndication.TryParseUriCallback)' does not exist in the reference but it does exist in the implementation. +TypesMustExist : Type 'System.ServiceModel.Syndication.SyndicationTextInput' does not exist in the reference but it does exist in the implementation. +TypesMustExist : Type 'System.ServiceModel.Syndication.TryParseDateTimeCallback' does not exist in the reference but it does exist in the implementation. +TypesMustExist : Type 'System.ServiceModel.Syndication.TryParseUriCallback' does not exist in the reference but it does exist in the implementation. +TypesMustExist : Type 'System.ServiceModel.Syndication.XmlDateTimeData' does not exist in the reference but it does exist in the implementation. +TypesMustExist : Type 'System.ServiceModel.Syndication.XmlUriData' does not exist in the reference but it does exist in the implementation. Total Issues: 17 diff --git a/src/libraries/System.Text.RegularExpressions/src/MatchingRefApiCompatBaseline.txt b/src/libraries/System.Text.RegularExpressions/src/MatchingRefApiCompatBaseline.txt index 43f5db97feb..c641313989d 100644 --- a/src/libraries/System.Text.RegularExpressions/src/MatchingRefApiCompatBaseline.txt +++ b/src/libraries/System.Text.RegularExpressions/src/MatchingRefApiCompatBaseline.txt @@ -1,2 +1,2 @@ # API is only for Debug purposes -MembersMustExist : Member 'System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.RegexOptions.Debug' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.RegexOptions.Debug' does not exist in the reference but it does exist in the implementation. diff --git a/src/libraries/System.Xml.XDocument/src/MatchingRefApiCompatBaseline.uap.txt b/src/libraries/System.Xml.XDocument/src/MatchingRefApiCompatBaseline.uap.txt index 330c6c9adde..7a183bda0bf 100644 --- a/src/libraries/System.Xml.XDocument/src/MatchingRefApiCompatBaseline.uap.txt +++ b/src/libraries/System.Xml.XDocument/src/MatchingRefApiCompatBaseline.uap.txt @@ -1,2 +1,2 @@ # Exposed publicly only in implementation for serialization compat -MembersMustExist : Member 'System.Xml.Linq.XElement..ctor()' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.Xml.Linq.XElement..ctor()' does not exist in the reference but it does exist in the implementation. diff --git a/src/libraries/System.Xml.XmlSerializer/src/MatchingRefApiCompatBaseline.uapaot.txt b/src/libraries/System.Xml.XmlSerializer/src/MatchingRefApiCompatBaseline.uapaot.txt index 34bf6b242e0..8b340a71cf7 100644 --- a/src/libraries/System.Xml.XmlSerializer/src/MatchingRefApiCompatBaseline.uapaot.txt +++ b/src/libraries/System.Xml.XmlSerializer/src/MatchingRefApiCompatBaseline.uapaot.txt @@ -1,7 +1,7 @@ Compat issues with assembly System.Xml.XmlSerializer: # Used by uap tooling for serializer generation -MembersMustExist : Member 'System.String System.Xml.Serialization.XmlSerializer.DefaultNamespace' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.Xml.Serialization.XmlSerializer.Mode.get()' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.Xml.Serialization.XmlSerializer.Mode.set(System.Xml.Serialization.SerializationMode)' does not exist in the implementation but it does exist in the contract. -MembersMustExist : Member 'System.Xml.Serialization.XmlSerializer.SetXmlSerializerContract(System.Xml.Serialization.XmlSerializerImplementation)' does not exist in the implementation but it does exist in the contract. +MembersMustExist : Member 'System.String System.Xml.Serialization.XmlSerializer.DefaultNamespace' does not exist in the reference but it does exist in the implementation. +MembersMustExist : Member 'System.Xml.Serialization.XmlSerializer.Mode.get()' does not exist in the reference but it does exist in the implementation. +MembersMustExist : Member 'System.Xml.Serialization.XmlSerializer.Mode.set(System.Xml.Serialization.SerializationMode)' does not exist in the reference but it does exist in the implementation. +MembersMustExist : Member 'System.Xml.Serialization.XmlSerializer.SetXmlSerializerContract(System.Xml.Serialization.XmlSerializerImplementation)' does not exist in the reference but it does exist in the implementation. -- GitLab