From 7896ad7c3d087516f6531926cb1ef1d239f6b1a2 Mon Sep 17 00:00:00 2001 From: monojenkins Date: Sat, 16 Feb 2019 20:30:49 +0000 Subject: Apply changes from https://github.com/mono/mono/pull/13041 to API snapshot --- profiles/monodroid/mscorlib.cs | 2 -- profiles/monotouch/mscorlib.cs | 2 -- profiles/net_4_x/mscorlib.cs | 2 -- 3 files changed, 6 deletions(-) diff --git a/profiles/monodroid/mscorlib.cs b/profiles/monodroid/mscorlib.cs index 64d3e11..355e61d 100644 --- a/profiles/monodroid/mscorlib.cs +++ b/profiles/monodroid/mscorlib.cs @@ -7322,7 +7322,6 @@ namespace System.Diagnostics None = 0, } } - [System.MonoTODOAttribute("The Debugger class is not functional")] [System.Runtime.InteropServices.ComVisibleAttribute(true)] public sealed partial class Debugger { @@ -7332,7 +7331,6 @@ namespace System.Diagnostics public static bool IsAttached { get { throw null; } } public static void Break() { } [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]public static bool IsLogging() { throw null; } - [System.MonoTODOAttribute("Not implemented")] public static bool Launch() { throw null; } [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]public static void Log(int level, string category, string message) { } public static void NotifyOfCrossThreadDependency() { } diff --git a/profiles/monotouch/mscorlib.cs b/profiles/monotouch/mscorlib.cs index 93f42bf..6ceda03 100644 --- a/profiles/monotouch/mscorlib.cs +++ b/profiles/monotouch/mscorlib.cs @@ -7293,7 +7293,6 @@ namespace System.Diagnostics None = 0, } } - [System.MonoTODOAttribute("The Debugger class is not functional")] [System.Runtime.InteropServices.ComVisibleAttribute(true)] public sealed partial class Debugger { @@ -7303,7 +7302,6 @@ namespace System.Diagnostics public static bool IsAttached { get { throw null; } } public static void Break() { } [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]public static bool IsLogging() { throw null; } - [System.MonoTODOAttribute("Not implemented")] public static bool Launch() { throw null; } [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]public static void Log(int level, string category, string message) { } public static void NotifyOfCrossThreadDependency() { } diff --git a/profiles/net_4_x/mscorlib.cs b/profiles/net_4_x/mscorlib.cs index c9353d6..dec7da2 100644 --- a/profiles/net_4_x/mscorlib.cs +++ b/profiles/net_4_x/mscorlib.cs @@ -7350,7 +7350,6 @@ namespace System.Diagnostics None = 0, } } - [System.MonoTODOAttribute("The Debugger class is not functional")] [System.Runtime.InteropServices.ComVisibleAttribute(true)] public sealed partial class Debugger { @@ -7360,7 +7359,6 @@ namespace System.Diagnostics public static bool IsAttached { get { throw null; } } public static void Break() { } [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]public static bool IsLogging() { throw null; } - [System.MonoTODOAttribute("Not implemented")] public static bool Launch() { throw null; } [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.InternalCall)]public static void Log(int level, string category, string message) { } public static void NotifyOfCrossThreadDependency() { } -- cgit v1.2.3