Skip to content

CodeQL

CodeQL #225

Triggered via schedule November 15, 2023 02:36
Status Success
Total duration 15m 26s
Artifacts

codeql-analysis.yml

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

Annotations

10 warnings
Analyze (csharp): src/Paramore.Brighter/RelationDatabaseOutbox.cs#L13
'IAmABulkOutboxAsync<Message>' is obsolete: 'Deprecated in favour of Bulk, wil be merged into IAmAnOutboxAsync in v10'
Analyze (csharp): src/Paramore.Brighter/RelationDatabaseOutbox.cs#L13
'IAmABulkOutboxAsync<Message>' is obsolete: 'Deprecated in favour of Bulk, wil be merged into IAmAnOutboxAsync in v10'
Analyze (csharp): src/Paramore.Brighter/RelationDatabaseOutbox.cs#L13
'IAmABulkOutboxAsync<Message>' is obsolete: 'Deprecated in favour of Bulk, wil be merged into IAmAnOutboxAsync in v10'
Analyze (csharp): samples/WebApiWithWorkerAndSweeper/Orders.Domain/Commands/CreateOrderCommand.cs#L8
Non-nullable property 'Number' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): samples/WebApiWithWorkerAndSweeper/Orders.Domain/Events/NewOrderVersionEvent.cs#L9
Non-nullable property 'OrderId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): samples/WebApiWithWorkerAndSweeper/Orders.Domain/Events/NewOrderVersionEvent.cs#L9
Non-nullable property 'Number' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): samples/WebApiWithWorkerAndSweeper/Orders.Domain/Events/NewOrderVersionEvent.cs#L9
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): samples/WebApiWithWorkerAndSweeper/Orders.Domain/Events/NewOrderVersionEvent.cs#L9
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): src/Paramore.Brighter.Archive.Azure/AzureBlobArchiveProviderOptions.cs#L11
Non-nullable field 'BlobContainerUri' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.