feat: Universal scheduler delay support for all transports #6447
Annotations
11 warnings
|
Analyze (csharp):
samples/Scheduler/AwsTaskQueue/Greetings/Ports/Mappers/GreetingEventMessageMapper.cs#L35
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/Scheduler/AwsTaskQueue/Greetings/Ports/Mappers/GreetingEventMessageMapper.cs#L49
Possible null reference return.
|
|
Analyze (csharp):
samples/Scheduler/AwsTaskQueue/Greetings/Ports/Commands/FarewellEvent.cs#L8
Non-nullable property 'Farewell' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Analyze (csharp):
samples/Scheduler/AwsTaskQueue/Greetings/Ports/Mappers/FarewellEventMessageMapper.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/Scheduler/AwsTaskQueue/Greetings/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):
samples/Scheduler/AwsTaskQueue/Greetings/Ports/Mappers/GreetingEventMessageMapper.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/Scheduler/AwsTaskQueue/Greetings/Ports/Mappers/GreetingEventMessageMapper.cs#L35
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/Scheduler/AwsTaskQueue/Greetings/Ports/Mappers/FarewellEventMessageMapper.cs#L35
Nullability of reference types in type of parameter 'value' of 'void FarewellEventMessageMapper.Context.set' doesn't match implicitly implemented member 'void IAmAMessageMapper<FarewellEvent>.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 database because build-mode is set to "undefined" instead of "none". Falling back to creating a normal full database instead.
|