You've already forked linux-packaging-mono
Imported Upstream version 5.16.0.100
Former-commit-id: 38faa55fb9669e35e7d8448b15c25dc447f25767
This commit is contained in:
parent
0a9828183b
commit
7d7f676260
@ -382,8 +382,8 @@ namespace System.Xml.Serialization
|
||||
public System.Xml.XmlQualifiedName ExportTypeMapping(System.Xml.Serialization.XmlMembersMapping xmlMembersMapping) { throw null; }
|
||||
public void ExportTypeMapping(System.Xml.Serialization.XmlTypeMapping xmlTypeMapping) { }
|
||||
}
|
||||
public partial class XmlSchemaImporter
|
||||
//CodeDOM : System.Xml.Serialization.SchemaImporter
|
||||
public partial class XmlSchemaImporter : SchemaImporter
|
||||
//CodeDOM : System.Xml.Serialization.SchemaImporter
|
||||
{
|
||||
public XmlSchemaImporter(System.Xml.Serialization.XmlSchemas schemas) { }
|
||||
//CODEDOM public XmlSchemaImporter(System.Xml.Serialization.XmlSchemas schemas, System.Xml.Serialization.CodeGenerationOptions options, System.CodeDom.Compiler.CodeDomProvider codeProvider, System.Xml.Serialization.ImportContext context) { }
|
||||
@ -402,6 +402,10 @@ namespace System.Xml.Serialization
|
||||
public System.Xml.Serialization.XmlTypeMapping ImportSchemaType(System.Xml.XmlQualifiedName typeName, System.Type baseType, bool baseTypeCanBeIndirect) { throw null; }
|
||||
public System.Xml.Serialization.XmlTypeMapping ImportTypeMapping(System.Xml.XmlQualifiedName name) { throw null; }
|
||||
}
|
||||
public abstract class SchemaImporter
|
||||
{
|
||||
internal SchemaImporter() { }
|
||||
}
|
||||
public partial class XmlSchemas : System.Collections.CollectionBase, System.Collections.Generic.IEnumerable<System.Xml.Schema.XmlSchema>, System.Collections.IEnumerable
|
||||
{
|
||||
public XmlSchemas() { }
|
||||
|
7
external/corefx/src/System.Xml.XmlSerializer/src/MatchingRefApiCompatBaseline.uapaot.txt
vendored
Normal file
7
external/corefx/src/System.Xml.XmlSerializer/src/MatchingRefApiCompatBaseline.uapaot.txt
vendored
Normal file
@ -0,0 +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.
|
||||
|
Reference in New Issue
Block a user