Skip to content

Instantly share code, notes, and snippets.

@vs-mobiletools-engineering-service2
Created October 15, 2024 19:18
Show Gist options
  • Save vs-mobiletools-engineering-service2/6ef17af2e9e1506038a6cc8e724f99af to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/6ef17af2e9e1506038a6cc8e724f99af to your computer and use it in GitHub Desktop.
stable-api-comparison/diff/Microsoft.macOS.md

API diff: Microsoft.macOS.dll

Microsoft.macOS.dll

Namespace AppKit

New Type: AppKit.NSToolbarItemVisibilityPriority

[Serializable]
public enum NSToolbarItemVisibilityPriority {
	High = 1000,
	Low = -1000,
	Standard = 0,
	User = 2000,
}

Namespace ObjCRuntime

Type Changed: ObjCRuntime.Constants

Modified fields:

-public const string Version = "9.99.0";
+public const string Version = "15.0.9664";

Namespace StoreKit

New Type: StoreKit.AppStore

public static class AppStore {
	// methods
	public static void RequestReview (AppKit.NSViewController in);
}

Namespace Vision

Type Changed: Vision.VNUtils

Added property:

public static double VisionVersionNumber { get; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment