Mac: use sRGB with Bitmap.GetPixel and Lock() #2877
Merged
Annotations
10 warnings
|
Build:
src/Eto.Mac/Forms/Controls/MacControl.cs#L42
This call site is reachable on: 'macOS/OSX' 14.0 and later. 'NSControl.Cell' is obsoleted on: 'macOS/OSX' 10.10 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
|
|
Build:
src/Eto.Mac/Forms/Controls/MacEventView.cs#L10
This call site is reachable on: 'macOS/OSX' 14.0 and later. 'NSBox.BorderType' is obsoleted on: 'macOS/OSX' 10.15 and later (Use 'Transparent' property for NSNoBorder instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
|
|
Build:
src/Eto.Mac/Forms/Printing/PrintDialogHandler.cs#L41
This call site is reachable on: 'macOS/OSX' 14.0 and later. 'NSPrintPanel.BeginSheet(NSPrintInfo, NSWindow, NSObject?, Selector?, nint)' is obsoleted on: 'macOS/OSX' 14.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
|
|
Build:
src/Eto.Mac/Forms/MacControlExtensions.cs#L86
This call site is reachable on: 'macOS/OSX' 14.0 and later. 'NSAppearance.CurrentAppearance' is obsoleted on: 'macOS/OSX' 10.9 and later (Use 'CurrentDrawingAppearance' instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
|
|
Build:
src/Eto.Mac/Forms/ToolBar/ToolBarHandler.cs#L130
This call site is reachable on: 'macOS/OSX' 14.0 and later. 'NSToolbar.SizeMode' is obsoleted on: 'macOS/OSX' 14.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
|
|
Build:
src/Eto.Mac/Forms/DataObjectHandler.cs#L188
This call site is reachable on: 'macOS/OSX' 14.0 and later. 'NSPasteboard.NSFilenamesType' is obsoleted on: 'macOS/OSX' 10.14 and later (Create multiple items with 'NSPasteboardTypeFileUrl' or 'MobileCoreServices.UTType.FileURL' instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
|
|
Build:
src/Eto.Mac/Forms/DataObjectHandler.cs#L188
This call site is reachable on: 'macOS/OSX' 14.0 and later. 'NSPasteboard.NSFilenamesType.get' is obsoleted on: 'macOS/OSX' 10.14 and later (Create multiple items with 'NSPasteboardTypeFileUrl' or 'MobileCoreServices.UTType.FileURL' instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
|
|
Build:
src/Eto.Mac/Drawing/ImageHandler.cs#L51
This call site is reachable on: 'macOS/OSX' 14.0 and later. 'NSImage.Flipped' is obsoleted on: 'macOS/OSX' 10.6 and later (Use DrawInRect with respectContextIsFlipped instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
|
|
Build:
src/Eto.Mac/Forms/MacView.cs#L1376
This call site is reachable on: 'macOS/OSX' 14.0 and later. 'UTType.Item' is obsoleted on: 'macOS/OSX' 11.0 and later (Use the 'UniformTypeIdentifiers.UTType' API instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
|
|
Build:
src/Eto.Mac/Forms/MacView.cs#L1376
This call site is reachable on: 'macOS/OSX' 14.0 and later. 'UTType.Content' is obsoleted on: 'macOS/OSX' 11.0 and later (Use the 'UniformTypeIdentifiers.UTType' API instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
|
Loading