Skip to content

feat(tray): add Dutch (nl-NL) localization (#155) #290

feat(tray): add Dutch (nl-NL) localization (#155)

feat(tray): add Dutch (nl-NL) localization (#155) #290

Triggered via push April 8, 2026 21:30
Status Success
Total duration 5m 42s
Artifacts 6

ci.yml

on: push
Matrix: build-extension
Matrix: build-msix
Matrix: build
release
release
Fit to window
Zoom out
Zoom in

Annotations

83 warnings
test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test: tests/OpenClaw.Shared.Tests/CapabilityTests.cs#L274
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
test: tests/OpenClaw.Shared.Tests/OpenClawGatewayClientTests.cs#L233
Possible null reference argument for parameter 'value' in 'void GatewayClientTestHelper.SetPrivateField(string fieldName, object value)'.
test: tests/OpenClaw.Shared.Tests/ExecApprovalPolicyTests.cs#L714
Nullability of reference types in type of parameter 'ex' of 'void ExecTestLogger.Error(string message, Exception ex)' doesn't match implicitly implemented member 'void IOpenClawLogger.Error(string message, Exception? ex = null)' (possibly because of nullability attributes).
test: tests/OpenClaw.Shared.Tests/CapabilityTests.cs#L274
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
test: tests/OpenClaw.Shared.Tests/OpenClawGatewayClientTests.cs#L233
Possible null reference argument for parameter 'value' in 'void GatewayClientTestHelper.SetPrivateField(string fieldName, object value)'.
test: tests/OpenClaw.Shared.Tests/ExecApprovalPolicyTests.cs#L714
Nullability of reference types in type of parameter 'ex' of 'void ExecTestLogger.Error(string message, Exception ex)' doesn't match implicitly implemented member 'void IOpenClawLogger.Error(string message, Exception? ex = null)' (possibly because of nullability attributes).
test: src/OpenClaw.Tray.WinUI/Dialogs/WelcomeDialog.cs#L133
The member 'WelcomeDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
test: src/OpenClaw.Tray.WinUI/Dialogs/UpdateDialog.cs#L116
The member 'UpdateDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
test: src/OpenClaw.Tray.WinUI/Dialogs/QuickSendDialog.cs#L370
The member 'QuickSendDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
test: src/OpenClaw.Tray.WinUI/Windows/StatusDetailWindow.xaml.cs#L104
Possible null reference argument for parameter 'source' in 'IEnumerable<ChannelViewModel> Enumerable.Select<ChannelHealth, ChannelViewModel>(IEnumerable<ChannelHealth> source, Func<ChannelHealth, ChannelViewModel> selector)'.
test: src/OpenClaw.Tray.WinUI/Windows/StatusDetailWindow.xaml.cs#L87
Dereference of a possibly null reference.
test: src/OpenClaw.Tray.WinUI/App.xaml.cs#L305
Dereference of a possibly null reference.
test: src/OpenClaw.Tray.WinUI/Dialogs/WelcomeDialog.cs#L133
The member 'WelcomeDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
test: src/OpenClaw.Tray.WinUI/Dialogs/UpdateDialog.cs#L116
The member 'UpdateDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
test: src/OpenClaw.Tray.WinUI/Dialogs/QuickSendDialog.cs#L370
The member 'QuickSendDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build-extension (x64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-extension (x64)
No implementation file was provided for the .winmd file 'C:\Users\runneradmin\.nuget\packages\microsoft.commandpalette.extensions\0.5.250829002\winmd\Microsoft.CommandPalette.Extensions.winmd'. To generate registration information in the app manifest, specify the 'Implementation' metadata on the .winmd reference item in the project file.
build-extension (x64)
A publish profile with the name 'win-x64.pubxml' was not found in the project. Set the PublishProfile property to a valid file name.
build-extension (x64)
No implementation file was provided for the .winmd file 'C:\Users\runneradmin\.nuget\packages\microsoft.commandpalette.extensions\0.5.250829002\winmd\Microsoft.CommandPalette.Extensions.winmd'. To generate registration information in the app manifest, specify the 'Implementation' metadata on the .winmd reference item in the project file.
build-extension (x64)
A publish profile with the name 'win-x64.pubxml' was not found in the project. Set the PublishProfile property to a valid file name.
build-extension (arm64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-extension (arm64)
No implementation file was provided for the .winmd file 'C:\Users\runneradmin\.nuget\packages\microsoft.commandpalette.extensions\0.5.250829002\winmd\Microsoft.CommandPalette.Extensions.winmd'. To generate registration information in the app manifest, specify the 'Implementation' metadata on the .winmd reference item in the project file.
build-extension (arm64)
A publish profile with the name 'win-arm64.pubxml' was not found in the project. Set the PublishProfile property to a valid file name.
build-extension (arm64)
No implementation file was provided for the .winmd file 'C:\Users\runneradmin\.nuget\packages\microsoft.commandpalette.extensions\0.5.250829002\winmd\Microsoft.CommandPalette.Extensions.winmd'. To generate registration information in the app manifest, specify the 'Implementation' metadata on the .winmd reference item in the project file.
build-extension (arm64)
A publish profile with the name 'win-arm64.pubxml' was not found in the project. Set the PublishProfile property to a valid file name.
build (win-x64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build (win-x64): src/OpenClaw.Tray.WinUI/Windows/StatusDetailWindow.xaml.cs#L104
Possible null reference argument for parameter 'source' in 'IEnumerable<ChannelViewModel> Enumerable.Select<ChannelHealth, ChannelViewModel>(IEnumerable<ChannelHealth> source, Func<ChannelHealth, ChannelViewModel> selector)'.
build (win-x64): src/OpenClaw.Tray.WinUI/Windows/StatusDetailWindow.xaml.cs#L87
Dereference of a possibly null reference.
build (win-x64): src/OpenClaw.Tray.WinUI/App.xaml.cs#L305
Dereference of a possibly null reference.
build (win-x64): src/OpenClaw.Tray.WinUI/Dialogs/WelcomeDialog.cs#L133
The member 'WelcomeDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build (win-x64): src/OpenClaw.Tray.WinUI/Dialogs/UpdateDialog.cs#L116
The member 'UpdateDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build (win-x64): src/OpenClaw.Tray.WinUI/Dialogs/QuickSendDialog.cs#L370
The member 'QuickSendDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build (win-x64): src/OpenClaw.Tray.WinUI/App.xaml.cs#L305
Dereference of a possibly null reference.
build (win-x64): src/OpenClaw.Tray.WinUI/Dialogs/WelcomeDialog.cs#L133
The member 'WelcomeDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build (win-x64): src/OpenClaw.Tray.WinUI/Dialogs/UpdateDialog.cs#L116
The member 'UpdateDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build (win-x64): src/OpenClaw.Tray.WinUI/Dialogs/QuickSendDialog.cs#L370
The member 'QuickSendDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build (win-x64): src/OpenClaw.Tray.WinUI/Windows/StatusDetailWindow.xaml.cs#L104
Possible null reference argument for parameter 'source' in 'IEnumerable<ChannelViewModel> Enumerable.Select<ChannelHealth, ChannelViewModel>(IEnumerable<ChannelHealth> source, Func<ChannelHealth, ChannelViewModel> selector)'.
build (win-x64): src/OpenClaw.Tray.WinUI/Windows/StatusDetailWindow.xaml.cs#L87
Dereference of a possibly null reference.
build (win-x64): src/OpenClaw.Tray.WinUI/App.xaml.cs#L305
Dereference of a possibly null reference.
build (win-x64): src/OpenClaw.Tray.WinUI/Dialogs/WelcomeDialog.cs#L133
The member 'WelcomeDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build (win-x64): src/OpenClaw.Tray.WinUI/Dialogs/QuickSendDialog.cs#L370
The member 'QuickSendDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build (win-x64): src/OpenClaw.Tray.WinUI/Dialogs/UpdateDialog.cs#L116
The member 'UpdateDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build-msix (win-x64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4, microsoft/setup-msbuild@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-msix (win-x64): src/OpenClaw.Tray.WinUI/Dialogs/UpdateDialog.cs#L116
The member 'UpdateDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build-msix (win-x64): src/OpenClaw.Tray.WinUI/Dialogs/QuickSendDialog.cs#L370
The member 'QuickSendDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build-msix (win-x64): src/OpenClaw.Tray.WinUI/Windows/StatusDetailWindow.xaml.cs#L104
Possible null reference argument for parameter 'source' in 'IEnumerable<ChannelViewModel> Enumerable.Select<ChannelHealth, ChannelViewModel>(IEnumerable<ChannelHealth> source, Func<ChannelHealth, ChannelViewModel> selector)'.
build-msix (win-x64): src/OpenClaw.Tray.WinUI/Windows/StatusDetailWindow.xaml.cs#L87
Dereference of a possibly null reference.
build-msix (win-x64): src/OpenClaw.Tray.WinUI/App.xaml.cs#L305
Dereference of a possibly null reference.
build-msix (win-x64): src/OpenClaw.Tray.WinUI/Dialogs/WelcomeDialog.cs#L133
The member 'WelcomeDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build-msix (win-x64): src/OpenClaw.Tray.WinUI/Dialogs/UpdateDialog.cs#L116
The member 'UpdateDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build-msix (win-x64): src/OpenClaw.Tray.WinUI/Dialogs/QuickSendDialog.cs#L370
The member 'QuickSendDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build-msix (win-x64)
Targeting .NET 10.0 or higher in Visual Studio 2022 17.14 is not supported.
build-msix (win-x64)
Targeting .NET 10.0 or higher in Visual Studio 2022 17.14 is not supported.
build (win-arm64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build (win-arm64): src/OpenClaw.Tray.WinUI/Windows/StatusDetailWindow.xaml.cs#L104
Possible null reference argument for parameter 'source' in 'IEnumerable<ChannelViewModel> Enumerable.Select<ChannelHealth, ChannelViewModel>(IEnumerable<ChannelHealth> source, Func<ChannelHealth, ChannelViewModel> selector)'.
build (win-arm64): src/OpenClaw.Tray.WinUI/Windows/StatusDetailWindow.xaml.cs#L87
Dereference of a possibly null reference.
build (win-arm64): src/OpenClaw.Tray.WinUI/App.xaml.cs#L305
Dereference of a possibly null reference.
build (win-arm64): src/OpenClaw.Tray.WinUI/Dialogs/WelcomeDialog.cs#L133
The member 'WelcomeDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build (win-arm64): src/OpenClaw.Tray.WinUI/Dialogs/UpdateDialog.cs#L116
The member 'UpdateDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build (win-arm64): src/OpenClaw.Tray.WinUI/Dialogs/QuickSendDialog.cs#L370
The member 'QuickSendDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build (win-arm64): src/OpenClaw.Tray.WinUI/App.xaml.cs#L305
Dereference of a possibly null reference.
build (win-arm64): src/OpenClaw.Tray.WinUI/Dialogs/WelcomeDialog.cs#L133
The member 'WelcomeDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build (win-arm64): src/OpenClaw.Tray.WinUI/Dialogs/UpdateDialog.cs#L116
The member 'UpdateDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build (win-arm64): src/OpenClaw.Tray.WinUI/Dialogs/QuickSendDialog.cs#L370
The member 'QuickSendDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build (win-arm64): src/OpenClaw.Tray.WinUI/Windows/StatusDetailWindow.xaml.cs#L104
Possible null reference argument for parameter 'source' in 'IEnumerable<ChannelViewModel> Enumerable.Select<ChannelHealth, ChannelViewModel>(IEnumerable<ChannelHealth> source, Func<ChannelHealth, ChannelViewModel> selector)'.
build (win-arm64): src/OpenClaw.Tray.WinUI/Windows/StatusDetailWindow.xaml.cs#L87
Dereference of a possibly null reference.
build (win-arm64): src/OpenClaw.Tray.WinUI/App.xaml.cs#L305
Dereference of a possibly null reference.
build (win-arm64): src/OpenClaw.Tray.WinUI/Dialogs/WelcomeDialog.cs#L133
The member 'WelcomeDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build (win-arm64): src/OpenClaw.Tray.WinUI/Dialogs/UpdateDialog.cs#L116
The member 'UpdateDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build (win-arm64): src/OpenClaw.Tray.WinUI/Dialogs/QuickSendDialog.cs#L370
The member 'QuickSendDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build-msix (win-arm64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4, microsoft/setup-msbuild@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-msix (win-arm64): src/OpenClaw.Tray.WinUI/Dialogs/UpdateDialog.cs#L116
The member 'UpdateDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build-msix (win-arm64): src/OpenClaw.Tray.WinUI/Dialogs/QuickSendDialog.cs#L370
The member 'QuickSendDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build-msix (win-arm64): src/OpenClaw.Tray.WinUI/Windows/StatusDetailWindow.xaml.cs#L104
Possible null reference argument for parameter 'source' in 'IEnumerable<ChannelViewModel> Enumerable.Select<ChannelHealth, ChannelViewModel>(IEnumerable<ChannelHealth> source, Func<ChannelHealth, ChannelViewModel> selector)'.
build-msix (win-arm64): src/OpenClaw.Tray.WinUI/Windows/StatusDetailWindow.xaml.cs#L87
Dereference of a possibly null reference.
build-msix (win-arm64): src/OpenClaw.Tray.WinUI/App.xaml.cs#L305
Dereference of a possibly null reference.
build-msix (win-arm64): src/OpenClaw.Tray.WinUI/Dialogs/WelcomeDialog.cs#L133
The member 'WelcomeDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build-msix (win-arm64): src/OpenClaw.Tray.WinUI/Dialogs/UpdateDialog.cs#L116
The member 'UpdateDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build-msix (win-arm64): src/OpenClaw.Tray.WinUI/Dialogs/QuickSendDialog.cs#L370
The member 'QuickSendDialog.ShowAsync()' does not hide an accessible member. The new keyword is not required.
build-msix (win-arm64)
Targeting .NET 10.0 or higher in Visual Studio 2022 17.14 is not supported.
build-msix (win-arm64)
Targeting .NET 10.0 or higher in Visual Studio 2022 17.14 is not supported.

Artifacts

Produced during runtime
Name Size Digest
openclaw-commandpalette-arm64
12.6 MB
sha256:f62ccf0d9287e3badc6ac0a76aab8a20f42c14335d71f991bcce4688038d6a3f
openclaw-commandpalette-x64
12.6 MB
sha256:745c915bf42c067f9e3f9d5d4be854a98c9d08e0cfa4e2726f04c56ec7042ecb
openclaw-msix-win-arm64
49.3 MB
sha256:511df9fcdf153448aaa8b12a9458be6f1fb3c13f01ebc5ab4b7a8bb8dc10d033
openclaw-msix-win-x64
51.3 MB
sha256:f919060b1b5eaf4a27bb7e0aeb22f394e0611948109816265c23e30710850cf3
openclaw-tray-win-arm64
83.3 MB
sha256:89211c4da65b52e66fa78dd2d7fcead6311e9c2468253a54ad6840b84c693c31
openclaw-tray-win-x64
86.8 MB
sha256:6c138cc17e328945fc97731ec22d1235180347764bc07dac1722e003bd72dbad