Mac: Fix issue updating items in a GridView #1299
Annotations
10 warnings
Build
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
Build:
src/Eto.Mac/Forms/OpenWithDialogHandler.cs#L10
'NSWindow.ReleasedWhenClosed' is obsolete: 'Call 'ReleaseWhenClosed ()' instead.'
|
Build:
src/Eto.Mac/Forms/MacWindow.cs#L548
'NSWindow.ReleasedWhenClosed' is obsolete: 'Call 'ReleaseWhenClosed ()' instead.'
|
Build:
src/Eto.Mac/Forms/MacView.cs#L1364
This call site is reachable on: 'macOS/OSX' 10.15 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#L1364
This call site is reachable on: 'macOS/OSX' 10.15 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)
|
Build:
src/Eto.Mac/Forms/ToolBar/ToolBarHandler.cs#L107
This call site is reachable on: 'macOS/OSX' 10.15 and later. 'NSToolbar.NSToolbarCustomizeToolbarItemIdentifier.get' is obsoleted on: 'macOS/OSX' 11.0 and later (Ignored by system.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
|
Build:
src/Eto.Mac/Forms/ToolBar/ToolBarHandler.cs#L107
This call site is reachable on: 'macOS/OSX' 10.15 and later. 'NSToolbar.NSToolbarCustomizeToolbarItemIdentifier' is obsoleted on: 'macOS/OSX' 11.0 and later (Ignored by system.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
|
Build:
src/Eto.Mac/Forms/ToolBar/ToolBarHandler.cs#L104
This call site is reachable on: 'macOS/OSX' 10.15 and later. 'NSToolbar.NSToolbarSeparatorItemIdentifier.get' is obsoleted on: 'macOS/OSX' 11.0 and later (Ignored by system.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
|
Build:
src/Eto.Mac/Forms/ToolBar/ToolBarHandler.cs#L104
This call site is reachable on: 'macOS/OSX' 10.15 and later. 'NSToolbar.NSToolbarSeparatorItemIdentifier' is obsoleted on: 'macOS/OSX' 11.0 and later (Ignored by system.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
|
Build:
src/Eto.Mac/Drawing/SystemColorsHandler.cs#L11
This call site is reachable on: 'macOS/OSX' 10.15 and later. 'NSColor.AlternateSelectedControl' is obsoleted on: 'macOS/OSX' all versions. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
|
Loading