You've already forked linux-packaging-mono
Imported Upstream version 5.12.0.220
Former-commit-id: c477e03582759447177c6d4bf412cd2355aad476
This commit is contained in:
parent
8bd104cef2
commit
8fc30896db
@@ -14,8 +14,13 @@
|
||||
[assembly:System.Reflection.AssemblyTitleAttribute("System.Memory")]
|
||||
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Buffers.Binary.BinaryPrimitives))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Buffers.MemoryHandle))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Buffers.OperationStatus))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Buffers.StandardFormat))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Memory<>))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.MemoryExtensions))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ReadOnlyMemory<>))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ReadOnlySpan<>))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Runtime.InteropServices.MemoryMarshal))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Span<>))]
|
||||
|
17
external/api-snapshot/profiles/monodroid/Facades/System.Resources.Reader.cs
vendored
Normal file
17
external/api-snapshot/profiles/monodroid/Facades/System.Resources.Reader.cs
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
// Licensed to the .NET Foundation under one or more agreements.
|
||||
// The .NET Foundation licenses this file to you under the MIT license.
|
||||
// See the LICENSE file in the project root for more information.
|
||||
|
||||
[assembly:System.Reflection.AssemblyVersionAttribute("4.0.2.0")]
|
||||
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
|
||||
[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
|
||||
[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
|
||||
[assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.Resources.Reader")]
|
||||
[assembly:System.Reflection.AssemblyDescriptionAttribute("System.Resources.Reader")]
|
||||
[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
|
||||
[assembly:System.Reflection.AssemblyTitleAttribute("System.Resources.Reader")]
|
||||
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Resources.ResourceReader))]
|
17
external/api-snapshot/profiles/monodroid/Facades/System.Resources.Writer.cs
vendored
Normal file
17
external/api-snapshot/profiles/monodroid/Facades/System.Resources.Writer.cs
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
// Licensed to the .NET Foundation under one or more agreements.
|
||||
// The .NET Foundation licenses this file to you under the MIT license.
|
||||
// See the LICENSE file in the project root for more information.
|
||||
|
||||
[assembly:System.Reflection.AssemblyVersionAttribute("4.0.2.0")]
|
||||
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
|
||||
[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
|
||||
[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
|
||||
[assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.Resources.Writer")]
|
||||
[assembly:System.Reflection.AssemblyDescriptionAttribute("System.Resources.Writer")]
|
||||
[assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
|
||||
[assembly:System.Reflection.AssemblyTitleAttribute("System.Resources.Writer")]
|
||||
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Resources.ResourceWriter))]
|
@@ -253,6 +253,24 @@ namespace I18N.Rare
|
||||
protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP737 : I18N.Common.ByteEncoding
|
||||
{
|
||||
public CP737() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
|
||||
public override int GetByteCount(string s) { throw null; }
|
||||
public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
|
||||
public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
|
||||
protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP775 : I18N.Common.ByteEncoding
|
||||
{
|
||||
public CP775() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
|
||||
public override int GetByteCount(string s) { throw null; }
|
||||
public unsafe override int GetByteCountImpl(char* chars, int count) { throw null; }
|
||||
public unsafe override int GetBytesImpl(char* chars, int charCount, byte* bytes, int byteCount) { throw null; }
|
||||
protected unsafe override void ToBytes(char* chars, int charCount, byte* bytes, int byteCount) { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class CP852 : I18N.Common.ByteEncoding
|
||||
{
|
||||
public CP852() : base (default(int), default(char[]), default(string), default(string), default(string), default(string), default(bool), default(bool), default(bool), default(bool), default(int)) { }
|
||||
@@ -478,6 +496,16 @@ namespace I18N.Rare
|
||||
public ENCibm500() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCibm737 : I18N.Rare.CP737
|
||||
{
|
||||
public ENCibm737() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCibm775 : I18N.Rare.CP775
|
||||
{
|
||||
public ENCibm775() { }
|
||||
}
|
||||
[System.SerializableAttribute]
|
||||
public partial class ENCibm852 : I18N.Rare.CP852
|
||||
{
|
||||
public ENCibm852() { }
|
||||
|
@@ -1 +1 @@
|
||||
234bce4aa119ca31f0bfe7d703f5e629a69e3811
|
||||
274af052eceb5c59cf4900049c94a24b6978bf0e
|
@@ -1 +1 @@
|
||||
b7c15b7b9fa8148f527c4a789c88891b3083d91e
|
||||
715bb57073b8a2870f37ffde44c9c05c221ef92c
|
@@ -1 +1 @@
|
||||
0b5f3952cc382be37d272154abe74be5a66a17ec
|
||||
4a6825fa570dca67303aca29491b1368004c6eee
|
Reference in New Issue
Block a user