Skip to content

Updated Copyright notice #413

Updated Copyright notice

Updated Copyright notice #413

Triggered via push January 17, 2025 00:28
Status Success
Total duration 3m 9s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 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)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Analyze (csharp): PanoramicData.Blazor/PDTable.razor.cs#L1475
Dereference of a possibly null reference.
Analyze (csharp): PanoramicData.Blazor/PDFormFieldEditor.razor#L108
Possible null reference return.
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/PDDragPanel.razor#L33
Possible null reference argument for parameter 'value' in 'RenderFragment RenderFragment<TItem>.Invoke(TItem value)'.
Analyze (csharp): PanoramicData.Blazor/Models/Filter.cs#L214
Dereference of a possibly null reference.
Analyze (csharp): PanoramicData.Blazor/Models/Filter.cs#L266
Possible null reference argument for parameter 'value' in 'Filter.Filter(FilterTypes filterType, string key, string value, string value2)'.
Analyze (csharp): PanoramicData.Blazor/PDFileExplorer.razor.cs#L30
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
Analyze (csharp): PanoramicData.Blazor/PDFileExplorer.razor.cs#L29
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
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)