Skip to content

CodeQL

CodeQL #86

Triggered via schedule April 22, 2026 05:09
Status Success
Total duration 29m 1s
Artifacts

codeql-analysis.yml

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

Annotations

11 warnings
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): samples/CommandProcessor/HelloWorldInternalBus/GreetingCommandMessageMapper.cs#L39
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/CommandProcessor/HelloWorldInternalBus/GreetingCommandMessageMapper.cs#L35
Nullability of reference types in type of parameter 'value' of 'void GreetingCommandMessageMapper.Context.set' doesn't match implicitly implemented member 'void IAmAMessageMapper<GreetingCommand>.Context.set' (possibly because of nullability attributes).
Analyze (csharp): samples/CommandProcessor/HelloWorldAsync/Program.cs#L45
Dereference of a possibly null reference.
Analyze (csharp): samples/CommandProcessor/HelloWorld/Program.cs#L42
Dereference of a possibly null reference.
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.