Skip to content

PDTable should allow for Right Click of items #466

PDTable should allow for Right Click of items

PDTable should allow for Right Click of items #466

Triggered via pull request June 17, 2025 10:56
Status Success
Total duration 3m 8s
Artifacts

codeql-analysis.yml

on: pull_request
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/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/PDQuestVisualizer.razor.cs#L22
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
Analyze (csharp): PanoramicData.Blazor/PDChat.razor.cs#L30
The field 'PDChat._unreadMessages' is assigned but its value is never used
Analyze (csharp): PanoramicData.Blazor/PDFormFieldEditor.razor#L108
Possible null reference return.
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/PDTable.razor.cs#L1482
Dereference of a possibly null reference.
Analyze (csharp): PanoramicData.Blazor/PDChat.razor.cs#L5
Non-nullable property 'JSRuntime' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): PanoramicData.Blazor/PDResizePane.razor#L34
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.