Skip to content

Add IsRotationEnabled; rename TabRotationIntervalSeconds to RotationI… #825

Add IsRotationEnabled; rename TabRotationIntervalSeconds to RotationI…

Add IsRotationEnabled; rename TabRotationIntervalSeconds to RotationI… #825

Triggered via push February 26, 2026 10:20
Status Success
Total duration 3m 23s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Analyze (csharp)
CodeQL Action major versions v1 and v2 have been deprecated. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/
Analyze (csharp): PanoramicData.Blazor/Models/TableSelectionMode.cs#L6
Identifier 'Single' contains type name (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1720)
Analyze (csharp): PanoramicData.Blazor/Models/FormField.cs#L253
Do not declare static members on generic types (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1000)
Analyze (csharp): PanoramicData.Blazor/Models/FormField.cs#L259
Do not declare static members on generic types (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1000)
Analyze (csharp): PanoramicData.Blazor/Models/FileExplorerItem.cs#L3
FileExplorerItem should define operator(s) '==, !=, <, <=, >, >=' and Equals since it implements IComparable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1036)
Analyze (csharp): PanoramicData.Blazor/PDDragPanel.razor#L33
Possible null reference argument for parameter 'value' in 'RenderFragment RenderFragment<TItem>.Invoke(TItem value)'.
Analyze (csharp): PanoramicData.Blazor/PDDragPanel.razor#L17
Possible null reference argument for parameter 'value' in 'RenderFragment RenderFragment<TItem>.Invoke(TItem value)'.
Analyze (csharp): PanoramicData.Blazor/PDFormFieldEditor.razor.cs#L170
Dereference of a possibly null reference.
Analyze (csharp): PanoramicData.Blazor/PDTable.razor.cs#L1588
Dereference of a possibly null reference.
Analyze (csharp): PanoramicData.Blazor/PDTiles.razor.cs#L301
Possible null reference argument for parameter 'source' in 'IOrderedEnumerable<string> Enumerable.OrderBy<string, int>(IEnumerable<string> source, Func<string, int> keySelector)'.