You've already forked linux-packaging-mono
Imported Upstream version 5.8.0.22
Former-commit-id: df344e34b07851d296efb3e6604c8db42b6f7aa3
This commit is contained in:
parent
5f4a27cc8a
commit
7d05485754
@@ -24,6 +24,7 @@
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.SqlClient.SqlBulkCopyColumnMappingCollection))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.SqlClient.SqlBulkCopyOptions))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.SqlClient.SqlClientFactory))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.SqlClient.SqlClientMetaDataCollectionNames))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.SqlClient.SqlCommand))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.SqlClient.SqlConnection))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Data.SqlClient.SqlConnectionStringBuilder))]
|
||||
|
@@ -30,6 +30,7 @@
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.Channels.WebSocketTransportUsage))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.HttpBindingBase))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.HttpClientCredentialType))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.HttpProxyCredentialType))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.HttpTransportSecurity))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.NetHttpBinding))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ServiceModel.NetHttpMessageEncoding))]
|
||||
|
@@ -327,7 +327,8 @@ namespace Mono.CompilerServices.SymbolWriter
|
||||
{
|
||||
public readonly int Index;
|
||||
public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string file_name) { }
|
||||
public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string file_name, byte[] guid, byte[] checksum) { }
|
||||
public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string sourceFile, byte[] guid, byte[] checksum) { }
|
||||
public SourceFileEntry(Mono.CompilerServices.SymbolWriter.MonoSymbolFile file, string fileName, string sourceFile, byte[] guid, byte[] checksum) { }
|
||||
public bool AutoGenerated { get { throw null; } }
|
||||
public byte[] Checksum { get { throw null; } }
|
||||
public string FileName { get { throw null; } set { } }
|
||||
@@ -353,6 +354,7 @@ namespace Mono.CompilerServices.SymbolWriter
|
||||
public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, bool is_hidden) { }
|
||||
public void MarkSequencePoint(int offset, Mono.CompilerServices.SymbolWriter.SourceFileEntry file, int line, int column, int end_line, int end_column, bool is_hidden) { }
|
||||
public void StartBlock(Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset) { }
|
||||
public void StartBlock(Mono.CompilerServices.SymbolWriter.CodeBlockEntry.Type type, int start_offset, int scopeIndex) { }
|
||||
}
|
||||
public partial class SymbolWriterImpl : System.Diagnostics.SymbolStore.ISymbolWriter
|
||||
{
|
||||
|
@@ -1 +1 @@
|
||||
1b449ebd21d9f49932cc8fb652a739b99307f9e7
|
||||
9f405648ac44af0776db1fccb6ed79229217457a
|
@@ -541,6 +541,8 @@ namespace Mono.Debugger.Soft
|
||||
internal StackFrame() { }
|
||||
public int ColumnNumber { get { throw null; } }
|
||||
public Mono.Debugger.Soft.AppDomainMirror Domain { get { throw null; } }
|
||||
public int EndColumnNumber { get { throw null; } }
|
||||
public int EndLineNumber { get { throw null; } }
|
||||
public string FileName { get { throw null; } }
|
||||
public int ILOffset { get { throw null; } }
|
||||
public bool IsDebuggerInvoke { get { throw null; } }
|
||||
|
@@ -1 +1 @@
|
||||
fef447fb65ec9c9355c046cb5f2aae405caed5cf
|
||||
2a7b307a76964853a50a6a0cf6c3c726c7c7a9b5
|
@@ -473,6 +473,7 @@ namespace PEAPI
|
||||
}
|
||||
public enum ImplAttr
|
||||
{
|
||||
AggressiveInlining = 256,
|
||||
ForwardRef = 16,
|
||||
IL = 0,
|
||||
InternalCall = 4096,
|
||||
@@ -600,7 +601,7 @@ namespace PEAPI
|
||||
public partial class MetaData
|
||||
{
|
||||
internal MetaData() { }
|
||||
public PEAPI.MSCorLib mscorlib;
|
||||
public PEAPI.MSCorLib mscorlib { get { throw null; } }
|
||||
}
|
||||
public abstract partial class MetaDataElement : System.IComparable
|
||||
{
|
||||
|
@@ -1 +1 @@
|
||||
664f7d096f98859706adaa56c32c3f910ef5d7b5
|
||||
cecb542171a3b1867631ef29e4d5bc67beb85cac
|
@@ -1 +1 @@
|
||||
125726739acc90931481111514672feb582156f1
|
||||
9ed1994c0846958c2c74d9156eb45162b8d2e899
|
@@ -78,6 +78,7 @@ namespace System
|
||||
}
|
||||
namespace System.Net
|
||||
{
|
||||
[System.SerializableAttribute]
|
||||
public partial class IPEndPointCollection : System.Collections.ObjectModel.Collection<System.Net.IPEndPoint>
|
||||
{
|
||||
public IPEndPointCollection() { }
|
||||
|
@@ -732,13 +732,12 @@ namespace System.Security.Cryptography.Xml
|
||||
public partial class Reference
|
||||
{
|
||||
public Reference() { }
|
||||
[System.MonoTODOAttribute("There is no description about how it is used.")]
|
||||
public Reference(System.IO.Stream stream) { }
|
||||
public Reference(string uri) { }
|
||||
public string DigestMethod { get { throw null; } set { } }
|
||||
public byte[] DigestValue { get { throw null; } set { } }
|
||||
public string Id { get { throw null; } set { } }
|
||||
public System.Security.Cryptography.Xml.TransformChain TransformChain { get { throw null; } [System.Runtime.InteropServices.ComVisibleAttribute(false)]set { } }
|
||||
public System.Security.Cryptography.Xml.TransformChain TransformChain { get { throw null; } set { } }
|
||||
public string Type { get { throw null; } set { } }
|
||||
public string Uri { get { throw null; } set { } }
|
||||
public void AddTransform(System.Security.Cryptography.Xml.Transform transform) { }
|
||||
@@ -826,7 +825,13 @@ namespace System.Security.Cryptography.Xml
|
||||
public const string XmlDsigMinimalCanonicalizationUrl = "http://www.w3.org/2000/09/xmldsig#minimal";
|
||||
public const string XmlDsigNamespaceUrl = "http://www.w3.org/2000/09/xmldsig#";
|
||||
public const string XmlDsigRSASHA1Url = "http://www.w3.org/2000/09/xmldsig#rsa-sha1";
|
||||
public const string XmlDsigRSASHA256Url = "http://www.w3.org/2001/04/xmldsig-more#rsa-sha256";
|
||||
public const string XmlDsigRSASHA384Url = "http://www.w3.org/2001/04/xmldsig-more#rsa-sha384";
|
||||
public const string XmlDsigRSASHA512Url = "http://www.w3.org/2001/04/xmldsig-more#rsa-sha512";
|
||||
public const string XmlDsigSHA1Url = "http://www.w3.org/2000/09/xmldsig#sha1";
|
||||
public const string XmlDsigSHA256Url = "http://www.w3.org/2001/04/xmlenc#sha256";
|
||||
public const string XmlDsigSHA384Url = "http://www.w3.org/2001/04/xmldsig-more#sha384";
|
||||
public const string XmlDsigSHA512Url = "http://www.w3.org/2001/04/xmlenc#sha512";
|
||||
public const string XmlDsigXPathTransformUrl = "http://www.w3.org/TR/1999/REC-xpath-19991116";
|
||||
public const string XmlDsigXsltTransformUrl = "http://www.w3.org/TR/1999/REC-xslt-19991116";
|
||||
public const string XmlLicenseTransformUrl = "urn:mpeg:mpeg21:2003:01-REL-R-NS:licenseTransform";
|
||||
@@ -836,7 +841,6 @@ namespace System.Security.Cryptography.Xml
|
||||
[System.Runtime.InteropServices.ComVisibleAttribute(false)]
|
||||
public System.Security.Cryptography.Xml.EncryptedXml EncryptedXml { get { throw null; } set { } }
|
||||
public System.Security.Cryptography.Xml.KeyInfo KeyInfo { get { throw null; } set { } }
|
||||
[System.Runtime.InteropServices.ComVisibleAttribute(false)]
|
||||
public System.Xml.XmlResolver Resolver { set { } }
|
||||
public System.Security.Cryptography.Xml.Signature Signature { get { throw null; } }
|
||||
public string SignatureLength { get { throw null; } }
|
||||
@@ -865,16 +869,11 @@ namespace System.Security.Cryptography.Xml
|
||||
{
|
||||
protected Transform() { }
|
||||
public string Algorithm { get { throw null; } set { } }
|
||||
[System.MonoTODOAttribute]
|
||||
[System.Runtime.InteropServices.ComVisibleAttribute(false)]
|
||||
public System.Xml.XmlElement Context { get { throw null; } set { } }
|
||||
public abstract System.Type[] InputTypes { get; }
|
||||
public abstract System.Type[] OutputTypes { get; }
|
||||
[System.Runtime.InteropServices.ComVisibleAttribute(false)]
|
||||
public System.Collections.Hashtable PropagatedNamespaces { get { throw null; } }
|
||||
[System.Runtime.InteropServices.ComVisibleAttribute(false)]
|
||||
public System.Xml.XmlResolver Resolver { set { } }
|
||||
[System.Runtime.InteropServices.ComVisibleAttribute(false)]
|
||||
public virtual byte[] GetDigestedOutput(System.Security.Cryptography.HashAlgorithm hash) { throw null; }
|
||||
protected abstract System.Xml.XmlNodeList GetInnerXml();
|
||||
public abstract object GetOutput();
|
||||
@@ -904,14 +903,10 @@ namespace System.Security.Cryptography.Xml
|
||||
public override System.Type[] InputTypes { get { throw null; } }
|
||||
public override System.Type[] OutputTypes { get { throw null; } }
|
||||
public void AddExceptUri(string uri) { }
|
||||
[System.MonoTODOAttribute("Verify")]
|
||||
protected override System.Xml.XmlNodeList GetInnerXml() { throw null; }
|
||||
[System.MonoTODOAttribute("Verify processing of ExceptURIs")]
|
||||
public override object GetOutput() { throw null; }
|
||||
public override object GetOutput(System.Type type) { throw null; }
|
||||
[System.MonoTODOAttribute("verify")]
|
||||
protected virtual bool IsTargetElement(System.Xml.XmlElement inputElement, string idValue) { throw null; }
|
||||
[System.MonoTODOAttribute("This doesn't seem to work in .NET")]
|
||||
public override void LoadInnerXml(System.Xml.XmlNodeList nodeList) { }
|
||||
public override void LoadInput(object obj) { }
|
||||
}
|
||||
@@ -932,7 +927,6 @@ namespace System.Security.Cryptography.Xml
|
||||
public XmlDsigC14NTransform(bool includeComments) { }
|
||||
public override System.Type[] InputTypes { get { throw null; } }
|
||||
public override System.Type[] OutputTypes { get { throw null; } }
|
||||
[System.Runtime.InteropServices.ComVisibleAttribute(false)]
|
||||
public override byte[] GetDigestedOutput(System.Security.Cryptography.HashAlgorithm hash) { throw null; }
|
||||
protected override System.Xml.XmlNodeList GetInnerXml() { throw null; }
|
||||
public override object GetOutput() { throw null; }
|
||||
@@ -983,7 +977,6 @@ namespace System.Security.Cryptography.Xml
|
||||
public override System.Type[] InputTypes { get { throw null; } }
|
||||
public override System.Type[] OutputTypes { get { throw null; } }
|
||||
protected override System.Xml.XmlNodeList GetInnerXml() { throw null; }
|
||||
[System.MonoTODOAttribute("Evaluation of extension function here() results in different from MS.NET (is MS.NET really correct??).")]
|
||||
public override object GetOutput() { throw null; }
|
||||
public override object GetOutput(System.Type type) { throw null; }
|
||||
public override void LoadInnerXml(System.Xml.XmlNodeList nodeList) { }
|
||||
@@ -1007,13 +1000,10 @@ namespace System.Security.Cryptography.Xml
|
||||
public System.Security.Cryptography.Xml.IRelDecryptor Decryptor { get { throw null; } set { } }
|
||||
public override System.Type[] InputTypes { get { throw null; } }
|
||||
public override System.Type[] OutputTypes { get { throw null; } }
|
||||
[System.MonoTODOAttribute]
|
||||
protected override System.Xml.XmlNodeList GetInnerXml() { throw null; }
|
||||
[System.MonoTODOAttribute]
|
||||
public override object GetOutput() { throw null; }
|
||||
public override object GetOutput(System.Type type) { throw null; }
|
||||
public override void LoadInnerXml(System.Xml.XmlNodeList nodeList) { }
|
||||
[System.MonoTODOAttribute]
|
||||
public override void LoadInput(object obj) { }
|
||||
}
|
||||
}
|
||||
|
@@ -10,7 +10,7 @@
|
||||
[assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.ServiceModel.Web.dll")]
|
||||
[assembly:System.Reflection.AssemblyDescriptionAttribute("System.ServiceModel.Web.dll")]
|
||||
[assembly:System.Reflection.AssemblyFileVersionAttribute("4.6.57.0")]
|
||||
[assembly:System.Reflection.AssemblyInformationalVersionAttribute("3.5.594.0")]
|
||||
[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.6.57.0")]
|
||||
[assembly:System.Reflection.AssemblyProductAttribute("MONO CLI")]
|
||||
[assembly:System.Reflection.AssemblyTitleAttribute("System.ServiceModel.Web.dll")]
|
||||
[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
|
||||
|
@@ -1 +1 @@
|
||||
9412df9f71d55a36d03968ad25486746ed1b3152
|
||||
c546502619ff17d47da893765d85efbafa7f3091
|
@@ -1 +1 @@
|
||||
278165819b45f6f0b111cd20bc7329457af012ac
|
||||
c91cf068c4ca8bc15cd73317e469c4b769240029
|
Reference in New Issue
Block a user