Skip to content

Updates OCGV and SHOT to Terminal.Gui v2 #88

Updates OCGV and SHOT to Terminal.Gui v2

Updates OCGV and SHOT to Terminal.Gui v2 #88

Re-run triggered May 18, 2026 20:00
Status Success
Total duration 2m 34s
Artifacts 6

ci-test.yml

on: pull_request
Matrix: dotnet
Fit to window
Zoom out
Zoom in

Annotations

21 warnings and 1 notice
dotnet (ubuntu-latest)
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/
dotnet (ubuntu-latest): test/Microsoft.PowerShell.ConsoleGuiTools.Tests/OutGridViewWindowIntegrationTests.cs#L68
Possible null reference argument for parameter 'source' in 'IEnumerable<PSObject> Enumerable.Cast<PSObject>(IEnumerable source)'.
dotnet (ubuntu-latest): src/Microsoft.PowerShell.ConsoleGuiTools/ShowObjectTreeWindow.cs#L220
Member 'GetEpxandedRows' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
dotnet (ubuntu-latest): src/Microsoft.PowerShell.ConsoleGuiTools/TypeGetter.cs#L264
Use 'string.EndsWith(char)' instead of 'string.EndsWith(string)' when you have a string with a single char (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1866)
dotnet (ubuntu-latest): src/Microsoft.PowerShell.ConsoleGuiTools/TypeGetter.cs#L291
The variable '_' is declared but never used
dotnet (ubuntu-latest): src/Microsoft.PowerShell.ConsoleGuiTools/ShowObjectTreeWindow.cs#L138
Possible null reference argument for parameter 'regexFilter' in 'void ShowObjectTreeWindow.OnFilterTextChanged(object? sender, RegexTreeViewTextFilter regexFilter)'.
dotnet (ubuntu-latest): src/Microsoft.PowerShell.ConsoleGuiTools/ShowObjectTreeWindow.cs#L138
Converting null literal or possible null value to non-nullable type.
dotnet (macos-latest)
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/
dotnet (macos-latest): test/Microsoft.PowerShell.ConsoleGuiTools.Tests/OutGridViewWindowIntegrationTests.cs#L68
Possible null reference argument for parameter 'source' in 'IEnumerable<PSObject> Enumerable.Cast<PSObject>(IEnumerable source)'.
dotnet (macos-latest): src/Microsoft.PowerShell.ConsoleGuiTools/ShowObjectTreeWindow.cs#L220
Member 'GetEpxandedRows' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
dotnet (macos-latest): src/Microsoft.PowerShell.ConsoleGuiTools/TypeGetter.cs#L264
Use 'string.EndsWith(char)' instead of 'string.EndsWith(string)' when you have a string with a single char (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1866)
dotnet (macos-latest): src/Microsoft.PowerShell.ConsoleGuiTools/ShowObjectTreeWindow.cs#L138
Possible null reference argument for parameter 'regexFilter' in 'void ShowObjectTreeWindow.OnFilterTextChanged(object? sender, RegexTreeViewTextFilter regexFilter)'.
dotnet (macos-latest): src/Microsoft.PowerShell.ConsoleGuiTools/ShowObjectTreeWindow.cs#L138
Converting null literal or possible null value to non-nullable type.
dotnet (macos-latest): src/Microsoft.PowerShell.ConsoleGuiTools/TypeGetter.cs#L291
The variable '_' is declared but never used
dotnet (windows-latest)
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/
dotnet (windows-latest): test/Microsoft.PowerShell.ConsoleGuiTools.Tests/OutGridViewWindowIntegrationTests.cs#L68
Possible null reference argument for parameter 'source' in 'IEnumerable<PSObject> Enumerable.Cast<PSObject>(IEnumerable source)'.
dotnet (windows-latest): src/Microsoft.PowerShell.ConsoleGuiTools/ShowObjectTreeWindow.cs#L220
Member 'GetEpxandedRows' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
dotnet (windows-latest): src/Microsoft.PowerShell.ConsoleGuiTools/TypeGetter.cs#L264
Use 'string.EndsWith(char)' instead of 'string.EndsWith(string)' when you have a string with a single char (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1866)
dotnet (windows-latest): src/Microsoft.PowerShell.ConsoleGuiTools/TypeGetter.cs#L291
The variable '_' is declared but never used
dotnet (windows-latest): src/Microsoft.PowerShell.ConsoleGuiTools/ShowObjectTreeWindow.cs#L138
Possible null reference argument for parameter 'regexFilter' in 'void ShowObjectTreeWindow.OnFilterTextChanged(object? sender, RegexTreeViewTextFilter regexFilter)'.
dotnet (windows-latest): src/Microsoft.PowerShell.ConsoleGuiTools/ShowObjectTreeWindow.cs#L138
Converting null literal or possible null value to non-nullable type.
dotnet (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026

Artifacts

Produced during runtime
Name Size Digest
ConsoleGuiTools-module-macos-latest
9.18 MB
sha256:2c9ecb67f8587e8318c8cc35ff495f7c69f703739203a13190a335a11a8082b9
ConsoleGuiTools-module-ubuntu-latest
9.18 MB
sha256:117dbc2afced7e46bede933d8b6b320b2e3591c3025a01122d538dec3d7c6f3f
ConsoleGuiTools-module-windows-latest
9.18 MB
sha256:8c19278185a1442965eb9902676575317a7b0047207e494c262d1ed60c3f50d7
ConsoleGuiTools-nupkg-macos-latest
8.99 MB
sha256:f1fe205850421ea4a7ab781f50a2454aebc9d0011b18f6c3b5219fc7171a103e
ConsoleGuiTools-nupkg-ubuntu-latest
8.99 MB
sha256:6c71945077cfd10a4cb4f2bdbd48d7d45f8bdab4989635889f126059b9d1a2e8
ConsoleGuiTools-nupkg-windows-latest
9.05 MB
sha256:136e3d2dd79ce25f29bf8bdc99592ceaa3531506b95a58972dae856f02fc8b54