Skip to content

Add a Mediator to Brighter #4703

Add a Mediator to Brighter

Add a Mediator to Brighter #4703

Triggered via pull request November 10, 2024 20:11
@iancooperiancooper
synchronize #3370
mediator
Status Success
Total duration 11m 22s
Artifacts

codeql-analysis.yml

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

Annotations

10 warnings
Analyze (csharp): samples/TaskQueue/MsSqlMessagingGateway/Events/Ports/Mappers/CompetingConsumerCommandMessageMapper.cs#L9
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/TaskQueue/MsSqlMessagingGateway/Events/Ports/Mappers/GreetingEventMessageMapper.cs#L33
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/GreetingEventMessageMapper.cs#L37
Possible null reference argument for parameter 'topic' in 'MessageHeader.MessageHeader(string messageId, RoutingKey topic, MessageType messageType, Uri? source = null, string? type = null, DateTimeOffset? timeStamp = null, string? correlationId = null, RoutingKey? replyTo = null, string contentType = "text/plain", string partitionKey = "", Uri? dataSchema = null, string? subject = null, int handledCount = 0, TimeSpan? delayed = null)'.
Analyze (csharp): samples/TaskQueue/MsSqlMessagingGateway/Events/Ports/Mappers/GreetingEventMessageMapper.cs#L33
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#L9
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/Commands/GreetingEvent.cs#L32
Non-nullable property 'Greeting' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze (csharp): tests/Paramore.Brighter.InMemory.Tests/TestDoubles/MyEventMessageMapperAsync.cs#L10
Nullability of reference types in type of parameter 'value' of 'void MyEventMessageMapperAsync.Context.set' doesn't match implicitly implemented member 'void IAmAMessageMapperAsync<MyEvent>.Context.set' (possibly because of nullability attributes).
Analyze (csharp): tests/Paramore.Brighter.InMemory.Tests/TestDoubles/MyEventMessageMapper.cs#L8
Nullability of reference types in type of parameter 'value' of 'void MyEventMessageMapper.Context.set' doesn't match implicitly implemented member 'void IAmAMessageMapper<MyEvent>.Context.set' (possibly because of nullability attributes).