Skip to content

CodeQL Analysis

CodeQL Analysis #585

Triggered via schedule April 7, 2026 03:02
Status Success
Total duration 2m 37s
Artifacts

codeql-analysis.yml

on: schedule
Matrix: analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (csharp): PhantomDave.BankTracking.Api/Types/ObjectTypes/ConfirmImportInput.cs#L8
Non-nullable property 'DecimalSeparator' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): PhantomDave.BankTracking.Api/Types/ObjectTypes/ConfirmImportInput.cs#L7
Non-nullable property 'DateFormat' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): PhantomDave.BankTracking.Api/Types/ObjectTypes/ConfirmImportInput.cs#L6
Non-nullable property 'ColumnMappings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): PhantomDave.BankTracking.Api/Types/ObjectTypes/ConfirmImportInput.cs#L5
Non-nullable property 'File' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): PhantomDave.BankTracking.UnitTests/HttpContextExtensionsTests.cs#L78
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): PhantomDave.BankTracking.Api/Types/ObjectTypes/ConfirmImportInput.cs#L9
Non-nullable property 'ThousandsSeparator' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): PhantomDave.BankTracking.Api/Types/ObjectTypes/ConfirmImportInput.cs#L8
Non-nullable property 'DecimalSeparator' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): PhantomDave.BankTracking.Api/Types/ObjectTypes/ConfirmImportInput.cs#L7
Non-nullable property 'DateFormat' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): PhantomDave.BankTracking.Api/Types/ObjectTypes/ConfirmImportInput.cs#L6
Non-nullable property 'ColumnMappings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): PhantomDave.BankTracking.Api/Types/ObjectTypes/ConfirmImportInput.cs#L5
Non-nullable property 'File' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.