Skip to content

Instantly share code, notes, and snippets.

@vs-mobiletools-engineering-service2
Created October 6, 2022 21:40
Show Gist options
  • Save vs-mobiletools-engineering-service2/cf6776ca1a91dec6a10890723e737e46 to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/cf6776ca1a91dec6a10890723e737e46 to your computer and use it in GitHub Desktop.
stable-api-comparison/diff/dotnet/Microsoft.tvOS.Ref/ref/net6.0/Microsoft.tvOS.md

API diff: Microsoft.tvOS.dll

Microsoft.tvOS.dll

Assembly Version Changed: 16.0.0.0 -> 16.1.0.0

Namespace Network

Type Changed: Network.NWPath

Obsoleted methods:

 [Obsolete ("Use the overload that takes a 'Func<NWEndpoint, bool>' instead.")]
 public void EnumerateGateways (System.Action<NWEndpoint> callback);
 [Obsolete ("Use the overload that takes a 'Func<NWInterface, bool>' instead.")]
 public void EnumerateInterfaces (System.Action<NWInterface> callback);

Added methods:

public void EnumerateGateways (System.Func<NWEndpoint,System.Boolean> callback);
public void EnumerateInterfaces (System.Func<NWInterface,System.Boolean> callback);

Namespace ObjCRuntime

Type Changed: ObjCRuntime.Constants

Modified fields:

-public const string SdkVersion = "16.0";
+public const string SdkVersion = "16.1";
-public const string Version = "16.0.0";
+public const string Version = "16.1.0";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment