Skip to content

IDE001 simplified naming #398

IDE001 simplified naming

IDE001 simplified naming #398

Triggered via push January 3, 2025 14:50
Status Success
Total duration 2m 57s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
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/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/PDTable.razor.cs#L879
The variable 'ex' is declared but never used
Analyze (csharp): PanoramicData.Blazor/PDTable.razor.cs#L1460
Dereference of a possibly null reference.
Analyze (csharp): PanoramicData.Blazor/PDLog.razor#L21
Possible null reference argument for parameter 'value' in 'MarkupString.explicit operator MarkupString(string value)'.
Analyze (csharp): PanoramicData.Blazor/PDLog.razor#L5
The result of the expression is always 'true' since a value of type 'DateTime' is never equal to 'null' of type 'DateTime?'
Analyze (csharp): PanoramicData.Blazor/PDFormFieldEditor.razor#L108
Possible null reference return.
Analyze (csharp): PanoramicData.Blazor/PDFilePreview.razor.cs#L7
The field 'PDFilePreview._lastPreviewInfo' is never used
Analyze (csharp): PanoramicData.Blazor/Arguments/DropZoneEventArgs.cs#L11
Rename type name DropZoneEventArgs so that it does not end in 'EventArgs' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
Analyze (csharp)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/