Skip to content

CodeQL

CodeQL #97

Triggered via schedule July 30, 2025 03:05
Status Success
Total duration 17m 12s
Artifacts

codeql-analysis.yml

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

Annotations

10 warnings
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/MsSqlMessagingGateway/Events/Ports/Mappers/GreetingEventMessageMapper.cs#L34
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/MsSqlMessagingGateway/Events/Ports/Mappers/CompetingConsumerCommandMessageMapper.cs#L10
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/MsSqlMessagingGateway/Events/Ports/Mappers/GreetingEventMessageMapper.cs#L38
Possible null reference argument for parameter 'topic' in 'MessageHeader.MessageHeader(Id messageId, RoutingKey topic, MessageType messageType, Uri? source = null, string? 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, TimeSpan? delayed = null, TraceParent? traceParent = null, TraceState? traceState = null, Baggage? baggage = null)'.
Analyze (csharp): samples/TaskQueue/MsSqlMessagingGateway/Events/Ports/Mappers/GreetingEventMessageMapper.cs#L34
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/MsSqlMessagingGateway/Events/Ports/Mappers/CompetingConsumerCommandMessageMapper.cs#L10
Nullability of reference types in type of parameter 'value' of 'void CompetingConsumerCommandMessageMapper.Context.set' doesn't match implicitly implemented member 'void IAmAMessageMapper<CompetingConsumerCommand>.Context.set' (possibly because of nullability attributes).
Analyze (csharp): samples/Transforms/MassTransit/MassTransitSide/Program.cs#L96
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.