Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViktor Hofer <viktor.hofer@microsoft.com>2017-04-06 21:40:34 +0300
committerGitHub <noreply@github.com>2017-04-06 21:40:34 +0300
commitb5ecb63221d55cc6b3917dd8e1feb56047fc3df7 (patch)
treeb9f8f9b170290628f869f765817aa3634af01572 /src/shims/ApiCompatBaseline.netcoreapp.netfx461.ignore.txt
parent642541f7b6fe2a66e66cfaf26c2ee2b79a4511da (diff)
ApiCompatBaseline.netcoreapp.netfx461.ignore adding SqlClientFactory #18014
Diffstat (limited to 'src/shims/ApiCompatBaseline.netcoreapp.netfx461.ignore.txt')
-rw-r--r--src/shims/ApiCompatBaseline.netcoreapp.netfx461.ignore.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shims/ApiCompatBaseline.netcoreapp.netfx461.ignore.txt b/src/shims/ApiCompatBaseline.netcoreapp.netfx461.ignore.txt
index 48004a1253..7a2665a082 100644
--- a/src/shims/ApiCompatBaseline.netcoreapp.netfx461.ignore.txt
+++ b/src/shims/ApiCompatBaseline.netcoreapp.netfx461.ignore.txt
@@ -24,6 +24,8 @@ TypesMustExist : Type 'System.Runtime.Remoting.Messaging.IRemotingFormatter' doe
// SchemaImporter won't be implemented in netcore20
TypesMustExist : Type 'System.Xml.Serialization.SchemaImporter' does not exist in the implementation but it does exist in the contract.
CannotRemoveBaseTypeOrInterface : Type 'System.Xml.Serialization.XmlSchemaImporter' does not inherit from base type 'System.Xml.Serialization.SchemaImporter' in the implementation but it does in the contract.
+// IServiceProvider won't be implemented by SqlClientFactory. See here: https://github.com/dotnet/corefx/issues/17708
+CannotRemoveBaseTypeOrInterface : Type 'System.Data.SqlClient.SqlClientFactory' does not implement interface 'System.IServiceProvider' in the implementation but it does in the contract.
// Interfaces were intentional removals
TypesMustExist : Type 'System.Runtime.InteropServices._Activator' does not exist in the implementation but it does exist in the contract.
TypesMustExist : Type 'System.Runtime.InteropServices._Assembly' does not exist in the implementation but it does exist in the contract.