CodeQL Analysis #585
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.
|