CodeQL #85
Annotations
11 warnings
|
Analyze (csharp):
samples/TaskQueue/ASBTaskQueue/Greetings/Ports/Mappers/GreetingEventMessageMapper.cs#L12
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Analyze (csharp):
samples/TaskQueue/ASBTaskQueue/Greetings/Ports/Mappers/GreetingEventMessageMapper.cs#L34
Possible null reference return.
|
|
Analyze (csharp):
samples/TaskQueue/ASBTaskQueue/Greetings/Ports/Mappers/GreetingEventMessageMapper.cs#L24
Possible null reference argument for parameter 'topic' in 'MessageHeader.MessageHeader(Id messageId, RoutingKey topic, MessageType messageType, Uri? source = null, CloudEventsType? type = null, DateTimeOffset? timeStamp = null, Id? correlationId = null, RoutingKey? replyTo = null, ContentType? contentType = null, PartitionKey? partitionKey = null, Uri? dataSchema = null, string? subject = null, int handledCount = 0, Id? workflowId = null, Id? jobId = null, TimeSpan? delayed = null, TraceParent? traceParent = null, TraceState? traceState = null, Baggage? baggage = null)'.
|
|
Analyze (csharp):
samples/TaskQueue/ASBTaskQueue/Greetings/Adaptors/Services/UnitOfWork.cs#L17
Non-nullable field '_transaction' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Analyze (csharp):
samples/TaskQueue/ASBTaskQueue/Greetings/Ports/Mappers/GreetingEventMessageMapper.cs#L12
Nullability of reference types in type of parameter 'value' of 'void GreetingEventMessageMapper.Context.set' doesn't match implicitly implemented member 'void IAmAMessageMapperAsync<GreetingEvent>.Context.set' (possibly because of nullability attributes).
|
|
Analyze (csharp):
samples/TaskQueue/ASBTaskQueue/Greetings/Ports/Mappers/GreetingEventMessageMapper.cs#L12
Nullability of reference types in type of parameter 'value' of 'void GreetingEventMessageMapper.Context.set' doesn't match implicitly implemented member 'void IAmAMessageMapper<GreetingEvent>.Context.set' (possibly because of nullability attributes).
|
|
Analyze (csharp):
samples/TaskQueue/ASBTaskQueue/Greetings/Ports/Mappers/GreetingEventAsyncMessageMapper.cs#L12
Nullability of reference types in type of parameter 'value' of 'void GreetingEventAsyncMessageMapper.Context.set' doesn't match implicitly implemented member 'void IAmAMessageMapper<GreetingAsyncEvent>.Context.set' (possibly because of nullability attributes).
|
|
Analyze (csharp):
samples/TaskQueue/ASBTaskQueue/Greetings/Ports/Mappers/GreetingEventAsyncMessageMapper.cs#L12
Nullability of reference types in type of parameter 'value' of 'void GreetingEventAsyncMessageMapper.Context.set' doesn't match implicitly implemented member 'void IAmAMessageMapperAsync<GreetingAsyncEvent>.Context.set' (possibly because of nullability attributes).
|
|
Analyze (csharp):
samples/TaskQueue/ASBTaskQueue/Greetings/Ports/Mappers/AddGreetingMessageMapper.cs#L12
Nullability of reference types in type of parameter 'value' of 'void AddGreetingMessageMapper.Context.set' doesn't match implicitly implemented member 'void IAmAMessageMapperAsync<AddGreetingCommand>.Context.set' (possibly because of nullability attributes).
|
|
Analyze (csharp):
samples/TaskQueue/ASBTaskQueue/Greetings/Ports/Mappers/AddGreetingMessageMapper.cs#L12
Nullability of reference types in type of parameter 'value' of 'void AddGreetingMessageMapper.Context.set' doesn't match implicitly implemented member 'void IAmAMessageMapper<AddGreetingCommand>.Context.set' (possibly because of nullability attributes).
|
|
Analyze (csharp)
Cannot build an overlay-base database because build-mode is set to "undefined" instead of "none". Falling back to creating a normal full database instead.
|