feat: Add support Apache Pulsar #6164
Annotations
10 warnings
|
Analyze (csharp):
tests/Paramore.Brighter.TickerQ.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.TickerQ.Tests/TestDoubles/MyEventMessageMapper.cs#L21
Possible null reference return.
|
|
Analyze (csharp):
tests/Paramore.Brighter.TickerQ.Tests/TestDoubles/MyEventMessageMapper.cs#L12
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):
tests/Paramore.Brighter.TickerQ.Tests/TestDoubles/MyEventMessageMapperAsync.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.TickerQ.Tests/TestDoubles/MyEventMessageMapperAsync.cs#L21
Nullability of reference types in value of type 'Task<MyEvent?>' doesn't match target type 'Task<MyEvent>'.
|
|
Analyze (csharp):
tests/Paramore.Brighter.TickerQ.Tests/TestDoubles/MyEventMessageMapperAsync.cs#L12
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):
tests/Paramore.Brighter.TickerQ.Tests/TestDoubles/MyHost.cs#L15
Non-nullable property 'Services' 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.TickerQ.Tests/TestDoubles/MyEventMessageMapperAsync.cs#L9
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.TickerQ.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).
|
|
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.
|