Skip to content

Instantly share code, notes, and snippets.

@vs-mobiletools-engineering-service2
Created November 29, 2024 00:43
previous-api-comparison/diff/Microsoft.tvOS.md

API diff: Microsoft.tvOS.dll

Microsoft.tvOS.dll

Namespace Foundation

Type Changed: Foundation.NSBundle

Obsoleted constructors:

 [Obsolete ("Do not use this constructor, it does not work as expected.")]
 public NSBundle ();

Type Changed: Foundation.NSHttpCookie

Added property:

public static NSString KeySetByJavaScript { get; }

Type Changed: Foundation.NSMutableUrlRequest

Added property:

public virtual string CookiePartitionIdentifier { get; set; }

Type Changed: Foundation.NSUrlRequest

Added property:

public virtual string CookiePartitionIdentifier { get; }

Namespace ObjCRuntime

Type Changed: ObjCRuntime.Constants

Modified fields:

-public const string Version = "18.2.9027";
+public const string Version = "18.2.9028";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment