Skip to content

Updates OCGV and SHOT to Terminal.Gui v2 #75

Updates OCGV and SHOT to Terminal.Gui v2

Updates OCGV and SHOT to Terminal.Gui v2 #75

Re-run triggered May 1, 2026 16:15
Status Success
Total duration 4m 19s
Artifacts 8

ci-test.yml

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

Annotations

24 warnings
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): 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#L269
The behavior of 'string.EndsWith(string)' could vary based on the current user's locale settings. Replace this call in 'Microsoft.PowerShell.ConsoleGuiTools.TypeGetter.CastObjectToDataTableRow(System.Management.Automation.PSObject, System.Collections.Generic.List<Microsoft.PowerShell.OutGridView.Models.DataTableColumn>, int)' with a call to 'string.EndsWith(string, System.StringComparison)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1310)
dotnet (ubuntu-latest): src/Microsoft.PowerShell.ConsoleGuiTools/TypeGetter.cs#L269
The behavior of 'string.StartsWith(string)' could vary based on the current user's locale settings. Replace this call in 'Microsoft.PowerShell.ConsoleGuiTools.TypeGetter.CastObjectToDataTableRow(System.Management.Automation.PSObject, System.Collections.Generic.List<Microsoft.PowerShell.OutGridView.Models.DataTableColumn>, int)' with a call to 'string.StartsWith(string, System.StringComparison)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1310)
dotnet (ubuntu-latest): src/Microsoft.PowerShell.ConsoleGuiTools/TypeGetter.cs#L269
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/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 (ubuntu-latest): src/Microsoft.PowerShell.ConsoleGuiTools/TypeGetter.cs#L304
The variable '_' is declared but never used
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): 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#L269
The behavior of 'string.EndsWith(string)' could vary based on the current user's locale settings. Replace this call in 'Microsoft.PowerShell.ConsoleGuiTools.TypeGetter.CastObjectToDataTableRow(System.Management.Automation.PSObject, System.Collections.Generic.List<Microsoft.PowerShell.OutGridView.Models.DataTableColumn>, int)' with a call to 'string.EndsWith(string, System.StringComparison)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1310)
dotnet (macos-latest): src/Microsoft.PowerShell.ConsoleGuiTools/TypeGetter.cs#L269
The behavior of 'string.StartsWith(string)' could vary based on the current user's locale settings. Replace this call in 'Microsoft.PowerShell.ConsoleGuiTools.TypeGetter.CastObjectToDataTableRow(System.Management.Automation.PSObject, System.Collections.Generic.List<Microsoft.PowerShell.OutGridView.Models.DataTableColumn>, int)' with a call to 'string.StartsWith(string, System.StringComparison)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1310)
dotnet (macos-latest): src/Microsoft.PowerShell.ConsoleGuiTools/TypeGetter.cs#L269
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#L304
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): 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#L269
The behavior of 'string.EndsWith(string)' could vary based on the current user's locale settings. Replace this call in 'Microsoft.PowerShell.ConsoleGuiTools.TypeGetter.CastObjectToDataTableRow(System.Management.Automation.PSObject, System.Collections.Generic.List<Microsoft.PowerShell.OutGridView.Models.DataTableColumn>, int)' with a call to 'string.EndsWith(string, System.StringComparison)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1310)
dotnet (windows-latest): src/Microsoft.PowerShell.ConsoleGuiTools/TypeGetter.cs#L269
The behavior of 'string.StartsWith(string)' could vary based on the current user's locale settings. Replace this call in 'Microsoft.PowerShell.ConsoleGuiTools.TypeGetter.CastObjectToDataTableRow(System.Management.Automation.PSObject, System.Collections.Generic.List<Microsoft.PowerShell.OutGridView.Models.DataTableColumn>, int)' with a call to 'string.StartsWith(string, System.StringComparison)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1310)
dotnet (windows-latest): src/Microsoft.PowerShell.ConsoleGuiTools/TypeGetter.cs#L269
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#L304
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.

Artifacts

Produced during runtime
Name Size Digest
ConsoleGuiTools-module-macos-latest
8.82 MB
sha256:93a07c8c0d23cfbd5a0573747c36298ffef38bb9573db5c609ee3db2e759812e
ConsoleGuiTools-module-ubuntu-latest
8.82 MB
sha256:90ec5929100fb68fa6863ae94eda1210578c9b2cc3f7abdae3c961b204c27e51
ConsoleGuiTools-module-windows-latest
8.82 MB
sha256:fa4ddb285ccc2399b00a591586cd3ab13cac3e2551ddcd7f42c48eb2f355bb0e
ConsoleGuiTools-nupkg-macos-latest
8.64 MB
sha256:bde9e106238a65e14af370cd1f5f3fa2ce20bfb7fc022cce0df19817eaeb339e
ConsoleGuiTools-nupkg-ubuntu-latest
8.64 MB
sha256:1686f94117dcd8525c22a98374fa1da0ea3932a0945336b6b835eeaabe801aed
ConsoleGuiTools-nupkg-windows-latest
8.7 MB
sha256:6c53fb2f486140defbd71686c0a980c7d6293418d8998f23dff7f499c18f3ed1