Skip to content

Instantly share code, notes, and snippets.

@vs-mobiletools-engineering-service2
Created July 7, 2022 16:50
Show Gist options
  • Save vs-mobiletools-engineering-service2/44b8717dc26ac7cdc8ce6ca66781df75 to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/44b8717dc26ac7cdc8ce6ca66781df75 to your computer and use it in GitHub Desktop.
stable-api-comparison/watchos-api-diff.md
title description author ms.author ms.date ms.topic ms.assetid ms.prod
Xamarin.WatchOS SDK API diff: 15.10.0 vs 15.11.0
List of API changes between Xamarin.WatchOS versions 15.10.0 and 15.11.0.
spouliot
sepoulio
7/7/2022
article
b92397ca-98a4-850c-ef3f-70325cd51f62
xamarin

Xamarin.WatchOS SDK API diff: 15.10.0 vs 15.11.0

Namespace MonoTouch.NUnit.UI

Type Changed: MonoTouch.NUnit.UI.BaseTouchRunner

Added method:

protected void FlushConsole ();

Namespace ObjCRuntime

Type Changed: ObjCRuntime.Constants

Modified fields:

-public const string Version = "15.10.0";
+public const string Version = "15.11.0";

Type Changed: ObjCRuntime.ThrowHelper

Added methods:

public static void ThrowArgumentNullException (string argumentName, string message);
public static void ThrowArgumentOutOfRangeException (string argumentName, object actualValue, string message);

New Type: ObjCRuntime.NativeNameAttribute

public sealed class NativeNameAttribute : System.Attribute {
	// constructors
	public NativeNameAttribute (string name);
	// properties
	public string NativeName { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment