feat: Universal scheduler delay support for all transports #6449
Annotations
11 warnings
|
Analyze (csharp):
samples/WebAPI/WebAPI_Dapper/GreetingsApp/Handlers/AddPersonHandlerAsync.cs#L23
'UsePolicyAsyncAttribute' is obsolete: 'Migrate to UseResiliencePipelineAsync'
|
|
Analyze (csharp):
samples/WebAPI/WebAPI_Dapper/GreetingsApp/Handlers/AddGreetingHandlerAsync.cs#L34
'UsePolicyAsyncAttribute' is obsolete: 'Migrate to UseResiliencePipelineAsync'
|
|
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/GreetingEventMessageMapper.cs#L48
Possible null reference return.
|
|
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/CompetingConsumerCommandMessageMapper.cs#L24
Possible null reference return.
|
|
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, 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/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.
|
|
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.
|