CodeQL #225
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/Mapper/NewOrderVersionEventMessageMapper.cs#L19
Possible null reference return.
|
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.
|