Skip to content

Instantly share code, notes, and snippets.

@vs-mobiletools-engineering-service2
Created August 9, 2022 16:52
Show Gist options
  • Save vs-mobiletools-engineering-service2/ba14e5d2d1805c7b56277e87a153ae8d to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/ba14e5d2d1805c7b56277e87a153ae8d to your computer and use it in GitHub Desktop.
previous-api-comparison/diff/dotnet/Microsoft.macOS.Ref/ref/net6.0/Microsoft.macOS.md

API diff: Microsoft.macOS.dll

Microsoft.macOS.dll

Namespace CoreImage

Type Changed: CoreImage.CIAttributedTextImageGenerator

Modified properties:

-public virtual float Padding { get; set; }
+public final float Padding { get; set; }

Type Changed: CoreImage.CIColorCube

Modified properties:

-public virtual bool Extrapolate { get; set; }
+public final bool Extrapolate { get; set; }

Type Changed: CoreImage.CIColorCubeWithColorSpace

Modified properties:

-public virtual bool Extrapolate { get; set; }
+public final bool Extrapolate { get; set; }

Type Changed: CoreImage.CIColorCubesMixedWithMask

Modified properties:

-public virtual bool Extrapolate { get; set; }
+public final bool Extrapolate { get; set; }

Type Changed: CoreImage.CITextImageGenerator

Modified properties:

-public virtual float Padding { get; set; }
+public final float Padding { get; set; }

Type Changed: CoreImage.ICIAttributedTextImageGeneratorProtocol

Removed property:

public virtual float Padding { get; set; }

Type Changed: CoreImage.ICIColorCubeProtocol

Removed property:

public virtual bool Extrapolate { get; set; }

Type Changed: CoreImage.ICIColorCubeWithColorSpaceProtocol

Removed property:

public virtual bool Extrapolate { get; set; }

Type Changed: CoreImage.ICIColorCubesMixedWithMaskProtocol

Removed property:

public virtual bool Extrapolate { get; set; }

Type Changed: CoreImage.ICITextImageGeneratorProtocol

Removed property:

public virtual float Padding { get; set; }

New Type: CoreImage.CIAttributedTextImageGeneratorProtocol_Extensions

public static class CIAttributedTextImageGeneratorProtocol_Extensions {
	// methods
	public static float GetPadding (this ICIAttributedTextImageGeneratorProtocol This);
	public static void SetPadding (this ICIAttributedTextImageGeneratorProtocol This, float value);
}

New Type: CoreImage.CIColorCubeProtocol_Extensions

public static class CIColorCubeProtocol_Extensions {
	// methods
	public static bool GetExtrapolate (this ICIColorCubeProtocol This);
	public static void SetExtrapolate (this ICIColorCubeProtocol This, bool value);
}

New Type: CoreImage.CIColorCubeWithColorSpaceProtocol_Extensions

public static class CIColorCubeWithColorSpaceProtocol_Extensions {
	// methods
	public static bool GetExtrapolate (this ICIColorCubeWithColorSpaceProtocol This);
	public static void SetExtrapolate (this ICIColorCubeWithColorSpaceProtocol This, bool value);
}

New Type: CoreImage.CIColorCubesMixedWithMaskProtocol_Extensions

public static class CIColorCubesMixedWithMaskProtocol_Extensions {
	// methods
	public static bool GetExtrapolate (this ICIColorCubesMixedWithMaskProtocol This);
	public static void SetExtrapolate (this ICIColorCubesMixedWithMaskProtocol This, bool value);
}

New Type: CoreImage.CITextImageGeneratorProtocol_Extensions

public static class CITextImageGeneratorProtocol_Extensions {
	// methods
	public static float GetPadding (this ICITextImageGeneratorProtocol This);
	public static void SetPadding (this ICITextImageGeneratorProtocol This, float value);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment