Skip to content

Security Scan

Security Scan #1098

Triggered via schedule January 25, 2025 06:00
Status Success
Total duration 11m 44s
Artifacts

codeql-analysis.yml

on: schedule
Matrix: Security Scanning
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Security Scanning (csharp): DBADashGUI/SchemaCompare/CodeEditorForm.cs#L79
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
Security Scanning (csharp): DBADashGUI/SchemaCompare/CodeEditorForm.cs#L92
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
Security Scanning (csharp): DBADashGUI/Performance/QueryStorePlanChart.cs#L402
'IChartSeries<SkiaSharpDrawingContext>.GetMiniaturesSketch()' is obsolete: 'Replaced by $GetMiniature'
Security Scanning (csharp): DBADashGUI/Performance/QueryStorePlanChart.cs#L211
'SVGPathGeometry' is obsolete: 'Replaced by VariableSVGPathGeometry'
Security Scanning (csharp): DBADash.Test/DeInitialize.cs#L9
AssemblyCleanup method 'AssemblyCleanup' signature is invalid (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0013)
Security Scanning (csharp): DBADash.Test/PowerShellScriptsTest.cs#L49
DataRow argument type should match method parameter type. Mismatches occur at indices: (7, 7) (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0014)
Security Scanning (csharp): DBADash.Test/PowerShellScriptsTest.cs#L50
DataRow argument type should match method parameter type. Mismatches occur at indices: (7, 7) (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0014)
Security Scanning (csharp): DBADash.Test/PowerShellScriptsTest.cs#L51
DataRow argument type should match method parameter type. Mismatches occur at indices: (7, 7) (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0014)
Security Scanning (csharp): DBADashGUI/SchemaCompare/CodeEditorForm.cs#L79
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
Security Scanning (csharp): DBADashGUI/SchemaCompare/CodeEditorForm.cs#L92
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.