Skip to content

Merge pull request #2652 from cwensley/curtis/winui #1239

Merge pull request #2652 from cwensley/curtis/winui

Merge pull request #2652 from cwensley/curtis/winui #1239

Triggered via push June 27, 2024 07:04
Status Success
Total duration 8m 25s
Artifacts 3

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

29 warnings
build-mac
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v3, apple-actions/import-codesign-certs@v1, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-mac
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, apple-actions/import-codesign-certs@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-mac
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-mac
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-mac
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-mac: src/Eto.Mac/Forms/OpenWithDialogHandler.cs#L10
'NSWindow.ReleasedWhenClosed' is obsolete: 'Call 'ReleaseWhenClosed ()' instead.'
build-mac: src/Eto.Mac/Forms/MacWindow.cs#L546
'NSWindow.ReleasedWhenClosed' is obsolete: 'Call 'ReleaseWhenClosed ()' instead.'
build-mac: 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-mac: 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-mac: 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-mac: 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-mac: src/Eto.Mac/Forms/MacView.cs#L1356
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-mac: src/Eto.Mac/Forms/MacView.cs#L1356
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-mac: src/Eto.Mac/Forms/TrayIndicatorHandler.cs#L16
This call site is reachable on: 'macOS/OSX' 10.15 and later. 'NSStatusItem.ToolTip' is obsoleted on: 'macOS/OSX' 10.10 and later (Soft-deprecation, forwards message to button, but will be gone in the future.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
build-windows
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v3, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-windows
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-windows: src/Eto.Gtk/CustomControls/WindowExtensions.cs#L14
'Display.DeviceManager' is obsolete
build-windows: src/Eto.Gtk/CustomControls/WindowExtensions.cs#L14
'DeviceManager.ClientPointer' is obsolete
build-windows: src/Eto.Gtk/CustomControls/WindowExtensions.cs#L14
'Device.Grab(Window, GrabOwnership, bool, EventMask, Cursor, uint)' is obsolete
build-windows: src/Eto.Gtk/CustomControls/WindowExtensions.cs#L42
'Display.DeviceManager' is obsolete
build-windows: src/Eto.Gtk/CustomControls/WindowExtensions.cs#L42
'DeviceManager.ClientPointer' is obsolete
build-windows: src/Eto.Gtk/CustomControls/WindowExtensions.cs#L42
'Device.Ungrab(uint)' is obsolete
build-windows: src/Eto.Gtk/Drawing/IconHandler.cs#L19
'IconSet.IconSet(Pixbuf)' is obsolete
build-windows: src/Eto.Gtk/Drawing/IconHandler.cs#L33
'IconSet.IconSet(Pixbuf)' is obsolete
build-windows: src/Eto.Gtk/Drawing/IconHandler.cs#L106
'Image.SetFromIconSet(IconSet, IconSize)' is obsolete
build-windows: src/Eto.Gtk/Drawing/IconHandler.cs#L168
'IconSet.IconSet()' is obsolete
publish
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/download-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
publish
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/download-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "nuget", "samples", "test". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
nuget Expired
6.67 MB
samples Expired
367 MB
test Expired
265 MB