Skip to content

Instantly share code, notes, and snippets.

@vs-mobiletools-engineering-service2
Created August 19, 2025 12:57
Show Gist options
  • Select an option

  • Save vs-mobiletools-engineering-service2/fcc2477e755bef605807fb412ee2310c to your computer and use it in GitHub Desktop.

Select an option

Save vs-mobiletools-engineering-service2/fcc2477e755bef605807fb412ee2310c to your computer and use it in GitHub Desktop.
previous-api-comparison/diff/Microsoft.tvOS.md

API diff: Microsoft.tvOS.dll

Microsoft.tvOS.dll

Namespace MediaAccessibility

Type Changed: MediaAccessibility.MACaptionAppearance

Modified attributes:

-[System.Runtime.CompilerServices.NullableAttribute(0)]
++[System.Runtime.CompilerServices.NullableAttribute(0)]
-[System.Runtime.CompilerServices.NullableContextAttribute(1)]
+[System.Runtime.CompilerServices.NullableContextAttribute(1)]
-
++
```

Modified properties:

 ---[System.Runtime.CompilerServices.NullableAttribute(1)]
 ---public Foundation.NSString SettingsChangedNotification { get; }

Added property:

	public static string ActiveProfileId { get; set; }

Modified methods:

 ---[System.Runtime.CompilerServices.NullableContextAttribute(1)]
 ---public bool AddSelectedLanguage (MACaptionAppearanceDomain domain, string language)
 ---[System.Runtime.CompilerServices.NullableContextAttribute(1)]
 ---public void DidDisplayCaptions (Foundation.NSAttributedString[] strings)
 ---[System.Runtime.CompilerServices.NullableContextAttribute(1)]
 ---public void DidDisplayCaptions (string[] strings)
 ---[System.Runtime.CompilerServices.NullableContextAttribute(1)]
 ---public CoreGraphics.CGColor GetBackgroundColor (MACaptionAppearanceDomain domain, ref MACaptionAppearanceBehavior behavior)
 ---[System.Runtime.CompilerServices.NullableContextAttribute(1)]
 ---public CoreText.CTFontDescriptor GetFontDescriptor (MACaptionAppearanceDomain domain, ref MACaptionAppearanceBehavior behavior, MACaptionAppearanceFontStyle fontStyle)
 ---[System.Runtime.CompilerServices.NullableContextAttribute(1)]
 ---public CoreGraphics.CGColor GetForegroundColor (MACaptionAppearanceDomain domain, ref MACaptionAppearanceBehavior behavior)
 ---[System.Runtime.CompilerServices.NullableContextAttribute(1)]
 ---public Foundation.NSString[] GetPreferredCaptioningMediaCharacteristics (MACaptionAppearanceDomain domain)
 ---[System.Runtime.CompilerServices.NullableContextAttribute(1)]
 ---public CoreGraphics.CGColor GetWindowColor (MACaptionAppearanceDomain domain, ref MACaptionAppearanceBehavior behavior)

Added methods:

	public static void ExecuteCallbackForProfile (string profileId, System.Action callback);
	public static string[] GetProfileIds ();
	public static string GetProfileName (string profileId);

Type Changed: MediaAccessibility.MACaptionAppearance.Notifications

Modified attributes:

 ---[System.Runtime.CompilerServices.NullableContextAttribute(1)]
 ---
```

Namespace ObjCRuntime

Type Changed: ObjCRuntime.Constants

Modified fields:

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