Otel Transports (#3630) #71
Annotations
10 warnings
|
Analyze (csharp):
tests/Paramore.Brighter.InMemory.Tests/TestDoubles/MyEventMessageMapper.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):
tests/Paramore.Brighter.InMemory.Tests/TestDoubles/MyEventMessageMapper.cs#L21
Possible null reference return.
|
|
Analyze (csharp):
tests/Paramore.Brighter.InMemory.Tests/TestDoubles/MyEventMessageMapper.cs#L12
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):
tests/Paramore.Brighter.InMemory.Tests/TestDoubles/MyEventMessageMapperAsync.cs#L11
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):
tests/Paramore.Brighter.InMemory.Tests/TestDoubles/MyEventMessageMapperAsync.cs#L23
Nullability of reference types in value of type 'Task<MyEvent?>' doesn't match target type 'Task<MyEvent>'.
|
|
Analyze (csharp):
tests/Paramore.Brighter.InMemory.Tests/TestDoubles/MyEventMessageMapperAsync.cs#L14
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):
tests/Paramore.Brighter.InMemory.Tests/Builders/MessageTestDataBuilder.cs#L8
Non-nullable property 'Body' 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/Builders/MessageTestDataBuilder.cs#L7
Non-nullable property 'Header' 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#L11
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#L9
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).
|