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-04 23:40:43 +0300
committerGitHub <noreply@github.com>2017-04-04 23:40:43 +0300
commit90afbe3e3ec99e8a7658cb392c1cdbecb8c0efb0 (patch)
tree252eee86a01fb70841ad9be1fe5e2b0c1035fcec /src/shims/ApiCompatBaseline.netcoreapp.netfx461.ignore.txt
parent43d40f2ffb4987787ccfed34fbad25d3b19ee8b1 (diff)
ApiCompatBaseline.netcoreapp.netfx461.ignore adding IRemotingFormatter & SchemaImporter (#17899)
* IRemotingFormater ignored * SchemaImporter ignored
Diffstat (limited to 'src/shims/ApiCompatBaseline.netcoreapp.netfx461.ignore.txt')
-rw-r--r--src/shims/ApiCompatBaseline.netcoreapp.netfx461.ignore.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/shims/ApiCompatBaseline.netcoreapp.netfx461.ignore.txt b/src/shims/ApiCompatBaseline.netcoreapp.netfx461.ignore.txt
index 405e9070c9..48004a1253 100644
--- a/src/shims/ApiCompatBaseline.netcoreapp.netfx461.ignore.txt
+++ b/src/shims/ApiCompatBaseline.netcoreapp.netfx461.ignore.txt
@@ -18,6 +18,12 @@ CannotMakeTypeAbstract : Type 'System.Activator' is abstract in the implementati
// Debugger changed to static class intentionally. See here: https://github.com/dotnet/standard/commit/d5fbcbeeeb7f15102fdac111bc8d7d5d72c32036#diff-2856a41639a1f4feb4e95ae667e069b7R10012
CannotMakeTypeAbstract : Type 'System.Diagnostics.Debugger' is abstract in the implementation but is not abstract in the contract.
MembersMustExist : Member 'System.Diagnostics.Debugger..ctor()' does not exist in the implementation but it does exist in the contract.
+// IRemotingFormatter won't be implemented in netcore20
+CannotRemoveBaseTypeOrInterface : Type 'System.Runtime.Serialization.Formatters.Binary.BinaryFormatter' does not implement interface 'System.Runtime.Remoting.Messaging.IRemotingFormatter' in the implementation but it does in the contract.
+TypesMustExist : Type 'System.Runtime.Remoting.Messaging.IRemotingFormatter' does not exist in the implementation but it does exist in the contract.
+// 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.
// 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.