Skip to content
This repository was archived by the owner on Jun 24, 2026. It is now read-only.

Updates OCGV and SHOT to Terminal.Gui v2 #49

Updates OCGV and SHOT to Terminal.Gui v2

Updates OCGV and SHOT to Terminal.Gui v2 #49

Triggered via pull request January 12, 2026 22:06
Status Success
Total duration 1h 5m 4s
Artifacts 6

ci-test.yml

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

Annotations

15 warnings
dotnet (ubuntu-latest): src/Microsoft.PowerShell.ConsoleGuiTools/TypeGetter.cs#L289
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#L289
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#L184
The behavior of 'string.StartsWith(string)' could vary based on the current user's locale settings. Replace this call in 'Microsoft.PowerShell.ConsoleGuiTools.TypeGetter.GetDataColumnsForObject(System.Collections.Generic.List<System.Management.Automation.PSObject>, bool)' 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#L289
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#L324
The variable 'ex' is declared but never used
dotnet (windows-latest): src/Microsoft.PowerShell.ConsoleGuiTools/TypeGetter.cs#L289
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#L289
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#L289
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#L184
The behavior of 'string.StartsWith(string)' could vary based on the current user's locale settings. Replace this call in 'Microsoft.PowerShell.ConsoleGuiTools.TypeGetter.GetDataColumnsForObject(System.Collections.Generic.List<System.Management.Automation.PSObject>, bool)' 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#L324
The variable 'ex' is declared but never used
dotnet (macos-latest): src/Microsoft.PowerShell.ConsoleGuiTools/TypeGetter.cs#L289
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#L289
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#L289
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/TypeGetter.cs#L184
The behavior of 'string.StartsWith(string)' could vary based on the current user's locale settings. Replace this call in 'Microsoft.PowerShell.ConsoleGuiTools.TypeGetter.GetDataColumnsForObject(System.Collections.Generic.List<System.Management.Automation.PSObject>, bool)' 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#L324
The variable 'ex' is declared but never used

Artifacts

Produced during runtime
Name Size Digest
ConsoleGuiTools-module-macos-latest Expired
7.61 MB
sha256:154aa7e74210d9f37816390d15b191da9fd9b0a2c5c1b0c1c36dfefb98eda19b
ConsoleGuiTools-module-ubuntu-latest Expired
7.61 MB
sha256:b622c2b5f0dd2780499322a326e9ef081c77d558e17c33c8bf0834643d6ddb2d
ConsoleGuiTools-module-windows-latest Expired
7.61 MB
sha256:4a4166dd2abda32c9df19cad0e7c020a4193c4514cc9565b9d430657893a6ea8
ConsoleGuiTools-nupkg-macos-latest Expired
7.44 MB
sha256:6dbbd5cb313bd6ae7bf96a43cba8836fef20613445fd66be94c9baf5aa62535e
ConsoleGuiTools-nupkg-ubuntu-latest Expired
7.44 MB
sha256:b36d382b6376f48c274c1f458bc1c59f8047062fa64c63dea1dbbe653f918524
ConsoleGuiTools-nupkg-windows-latest Expired
7.48 MB
sha256:a53681f8e361a00fe28bc645d0b60b13a0b3c0dfa8d73b0f8d25bb53a4e06ede