You've already forked linux-packaging-mono
Imported Upstream version 5.10.0.69
Former-commit-id: fc39669a0b707dd3c063977486506b6793da2890
This commit is contained in:
parent
d8f8abd549
commit
e2950ec768
@@ -18,12 +18,10 @@ namespace Windows.Foundation
|
||||
{
|
||||
public partial struct Point : IFormattable
|
||||
{
|
||||
[SecuritySafeCriticalAttribute]
|
||||
string IFormattable.ToString(string format, IFormatProvider provider) { throw null; }
|
||||
}
|
||||
public partial struct Rect : IFormattable
|
||||
{
|
||||
[SecuritySafeCriticalAttribute]
|
||||
string IFormattable.ToString(string format, IFormatProvider provider) { throw null; }
|
||||
}
|
||||
}
|
||||
@@ -31,7 +29,6 @@ namespace Windows.UI
|
||||
{
|
||||
public partial struct Color : IFormattable
|
||||
{
|
||||
[SecuritySafeCriticalAttribute]
|
||||
string IFormattable.ToString(string format, IFormatProvider provider) { throw null; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
namespace System
|
||||
{
|
||||
[global::System.CLSCompliantAttribute(false)]
|
||||
[global::System.Security.SecurityCriticalAttribute]
|
||||
public static partial class WindowsRuntimeSystemExtensions
|
||||
{
|
||||
public static global::Windows.Foundation.IAsyncAction AsAsyncAction(this global::System.Threading.Tasks.Task source) { throw null; }
|
||||
@@ -38,7 +37,6 @@ namespace System
|
||||
}
|
||||
namespace System.IO
|
||||
{
|
||||
[global::System.Security.SecurityCriticalAttribute]
|
||||
public static partial class WindowsRuntimeStorageExtensions
|
||||
{
|
||||
[global::System.CLSCompliantAttribute(false)]
|
||||
@@ -69,7 +67,6 @@ namespace System.IO
|
||||
global::System.IO.FileShare share = global::System.IO.FileShare.Read,
|
||||
global::System.IO.FileOptions options = global::System.IO.FileOptions.None) { throw null; }
|
||||
}
|
||||
[global::System.Security.SecurityCriticalAttribute]
|
||||
public static partial class WindowsRuntimeStreamExtensions
|
||||
{
|
||||
[global::System.CLSCompliantAttribute(false)]
|
||||
@@ -95,7 +92,6 @@ namespace System.IO
|
||||
namespace System.Runtime.InteropServices.WindowsRuntime
|
||||
{
|
||||
[global::System.CLSCompliantAttribute(false)]
|
||||
[global::System.Security.SecurityCriticalAttribute]
|
||||
public static partial class AsyncInfo
|
||||
{
|
||||
public static global::Windows.Foundation.IAsyncAction Run(global::System.Func<global::System.Threading.CancellationToken, global::System.Threading.Tasks.Task> taskProvider) { throw null; }
|
||||
@@ -103,7 +99,6 @@ namespace System.Runtime.InteropServices.WindowsRuntime
|
||||
public static global::Windows.Foundation.IAsyncOperation<TResult> Run<TResult>(global::System.Func<global::System.Threading.CancellationToken, global::System.Threading.Tasks.Task<TResult>> taskProvider) { throw null; }
|
||||
public static global::Windows.Foundation.IAsyncOperationWithProgress<TResult, TProgress> Run<TResult, TProgress>(global::System.Func<global::System.Threading.CancellationToken, global::System.IProgress<TProgress>, global::System.Threading.Tasks.Task<TResult>> taskProvider) { throw null; }
|
||||
}
|
||||
[global::System.Security.SecurityCriticalAttribute]
|
||||
public sealed partial class WindowsRuntimeBuffer
|
||||
{
|
||||
internal WindowsRuntimeBuffer() { }
|
||||
@@ -112,7 +107,6 @@ namespace System.Runtime.InteropServices.WindowsRuntime
|
||||
[global::System.CLSCompliantAttribute(false)]
|
||||
public static global::Windows.Storage.Streams.IBuffer Create(int capacity) { throw null; }
|
||||
}
|
||||
[global::System.Security.SecurityCriticalAttribute]
|
||||
public static partial class WindowsRuntimeBufferExtensions
|
||||
{
|
||||
[global::System.CLSCompliantAttribute(false)]
|
||||
@@ -151,28 +145,23 @@ namespace System.Runtime.InteropServices.WindowsRuntime
|
||||
}
|
||||
namespace Windows.Foundation
|
||||
{
|
||||
[global::System.Security.SecurityCriticalAttribute]
|
||||
[global::System.Runtime.InteropServices.StructLayoutAttribute(global::System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct Point
|
||||
{
|
||||
private int _dummy;
|
||||
public Point(double x, double y) { throw null; }
|
||||
public double X { get { throw null; } set { } }
|
||||
public double Y { get { throw null; } set { } }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
public override bool Equals(object o) { throw null; }
|
||||
public bool Equals(global::Windows.Foundation.Point value) { throw null; }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
public override int GetHashCode() { throw null; }
|
||||
public static bool operator ==(global::Windows.Foundation.Point point1, global::Windows.Foundation.Point point2) { throw null; }
|
||||
public static bool operator !=(global::Windows.Foundation.Point point1, global::Windows.Foundation.Point point2) { throw null; }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
public override string ToString() { throw null; }
|
||||
public string ToString(global::System.IFormatProvider provider) { throw null; }
|
||||
}
|
||||
[global::System.Security.SecurityCriticalAttribute]
|
||||
[global::System.Runtime.InteropServices.StructLayoutAttribute(global::System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct Rect
|
||||
{
|
||||
private int _dummy;
|
||||
public Rect(double x, double y, double width, double height) { throw null; }
|
||||
public Rect(global::Windows.Foundation.Point point1, global::Windows.Foundation.Point point2) { throw null; }
|
||||
public Rect(global::Windows.Foundation.Point location, global::Windows.Foundation.Size size) { throw null; }
|
||||
@@ -187,59 +176,48 @@ namespace Windows.Foundation
|
||||
public double X { get { throw null; } set { } }
|
||||
public double Y { get { throw null; } set { } }
|
||||
public bool Contains(global::Windows.Foundation.Point point) { throw null; }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
public override bool Equals(object o) { throw null; }
|
||||
public bool Equals(global::Windows.Foundation.Rect value) { throw null; }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
public override int GetHashCode() { throw null; }
|
||||
public void Intersect(global::Windows.Foundation.Rect rect) { }
|
||||
public static bool operator ==(global::Windows.Foundation.Rect rect1, global::Windows.Foundation.Rect rect2) { throw null; }
|
||||
public static bool operator !=(global::Windows.Foundation.Rect rect1, global::Windows.Foundation.Rect rect2) { throw null; }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
public override string ToString() { throw null; }
|
||||
public string ToString(global::System.IFormatProvider provider) { throw null; }
|
||||
public void Union(global::Windows.Foundation.Point point) { }
|
||||
public void Union(global::Windows.Foundation.Rect rect) { }
|
||||
}
|
||||
[global::System.Security.SecurityCriticalAttribute]
|
||||
[global::System.Runtime.InteropServices.StructLayoutAttribute(global::System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct Size
|
||||
{
|
||||
private int _dummy;
|
||||
public Size(double width, double height) { throw null; }
|
||||
public static global::Windows.Foundation.Size Empty { get { throw null; } }
|
||||
public double Height { get { throw null; } set { } }
|
||||
public bool IsEmpty { get { throw null; } }
|
||||
public double Width { get { throw null; } set { } }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
public override bool Equals(object o) { throw null; }
|
||||
public bool Equals(global::Windows.Foundation.Size value) { throw null; }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
public override int GetHashCode() { throw null; }
|
||||
public static bool operator ==(global::Windows.Foundation.Size size1, global::Windows.Foundation.Size size2) { throw null; }
|
||||
public static bool operator !=(global::Windows.Foundation.Size size1, global::Windows.Foundation.Size size2) { throw null; }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
public override string ToString() { throw null; }
|
||||
}
|
||||
}
|
||||
namespace Windows.UI
|
||||
{
|
||||
[global::System.Security.SecurityCriticalAttribute]
|
||||
[global::System.Runtime.InteropServices.StructLayoutAttribute(global::System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct Color
|
||||
{
|
||||
private int _dummy;
|
||||
public byte A { get { throw null; } set { } }
|
||||
public byte B { get { throw null; } set { } }
|
||||
public byte G { get { throw null; } set { } }
|
||||
public byte R { get { throw null; } set { } }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
public override bool Equals(object o) { throw null; }
|
||||
public bool Equals(global::Windows.UI.Color color) { throw null; }
|
||||
public static global::Windows.UI.Color FromArgb(byte a, byte r, byte g, byte b) { throw null; }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
public override int GetHashCode() { throw null; }
|
||||
public static bool operator ==(global::Windows.UI.Color color1, global::Windows.UI.Color color2) { throw null; }
|
||||
public static bool operator !=(global::Windows.UI.Color color1, global::Windows.UI.Color color2) { throw null; }
|
||||
[global::System.Security.SecuritySafeCriticalAttribute]
|
||||
public override string ToString() { throw null; }
|
||||
public string ToString(global::System.IFormatProvider provider) { throw null; }
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' does not
|
||||
match the output assembly name 'System.Runtime.WindowsRuntime, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
|
||||
-->
|
||||
<NoWarn>1698</NoWarn>
|
||||
<NoWarn>$(NoWarn);1698</NoWarn>
|
||||
<ProjectGuid>{FDDA3E4A-B182-4CD1-B624-EBD72D8A05DA}</ProjectGuid>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'uap-Debug|AnyCPU'" />
|
||||
|
||||
Reference in New Issue
Block a user