Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vs-mobiletools-engineering-service2/c586a04886b023b23764db154f2f1fa9 to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/c586a04886b023b23764db154f2f1fa9 to your computer and use it in GitHub Desktop.
dotnet-macOS API Generator diffs
title description author ms.author ms.date ms.topic ms.assetid ms.prod
Xamarin.Mac.Dotnet SDK API diff: unknown vs unknown
List of API changes between Xamarin.Mac.Dotnet versions unknown and unknown.
spouliot
sepoulio
2/3/2022
article
0b398d41-e947-9e75-eeb4-3fc5713e0b53
xamarin

Xamarin.Mac.Dotnet SDK API diff: unknown vs unknown

Assembly Version Changed: 12.1.300.173 vs 12.1.300.171

### Namespace AppKit

Type Changed: AppKit.INSPasteboardReading

Removed method:

[Obsolete ("It will never be called.")]
public virtual Foundation.NSObject InitWithPasteboardPropertyList (Foundation.NSObject propertyList, string type);

Type Changed: AppKit.NSColor

Removed method:

[Obsolete ("It will never be called.")]
public virtual Foundation.NSObject InitWithPasteboardPropertyList (Foundation.NSObject propertyList, string type);

Type Changed: AppKit.NSFilePromiseReceiver

Removed method:

[Obsolete ("It will never be called.")]
public virtual Foundation.NSObject InitWithPasteboardPropertyList (Foundation.NSObject propertyList, string type);

Type Changed: AppKit.NSGestureRecognizer

Removed property:

public NSGestureEvent ShouldReceiveEvent { get; set; }

Type Changed: AppKit.NSGestureRecognizerDelegate

Removed method:

[Obsolete ("It will never be called.")]
public virtual bool ShouldReceiveEvent (NSGestureRecognizer gestureRecognizer, NSEvent gestureEvent);

Type Changed: AppKit.NSGestureRecognizerDelegate_Extensions

Removed method:

[Obsolete ("It will never be called.")]
public static bool ShouldReceiveEvent (this INSGestureRecognizerDelegate This, NSGestureRecognizer gestureRecognizer, NSEvent gestureEvent);

Type Changed: AppKit.NSImage

Removed method:

[Obsolete ("It will never be called.")]
public virtual Foundation.NSObject InitWithPasteboardPropertyList (Foundation.NSObject propertyList, string type);

Type Changed: AppKit.NSPasteboardItem

Removed method:

[Obsolete ("It will never be called.")]
public virtual Foundation.NSObject InitWithPasteboardPropertyList (Foundation.NSObject propertyList, string type);

Type Changed: AppKit.NSSound

Removed method:

[Obsolete ("It will never be called.")]
public virtual Foundation.NSObject InitWithPasteboardPropertyList (Foundation.NSObject propertyList, string type);

Namespace Foundation

Type Changed: Foundation.NSAttributedString

Removed method:

[Obsolete ("It will never be called.")]
public virtual NSObject InitWithPasteboardPropertyList (NSObject propertyList, string type);

Type Changed: Foundation.NSString

Removed method:

[Obsolete ("It will never be called.")]
public virtual NSObject InitWithPasteboardPropertyList (NSObject propertyList, string type);

Type Changed: Foundation.NSUrl

Removed method:

[Obsolete ("It will never be called.")]
public virtual NSObject InitWithPasteboardPropertyList (NSObject propertyList, string type);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment