Skip to content

chore(deps): bump Polly from 8.4.1 to 8.4.2 (#3328) #4604

chore(deps): bump Polly from 8.4.1 to 8.4.2 (#3328)

chore(deps): bump Polly from 8.4.1 to 8.4.2 (#3328) #4604

Triggered via push September 30, 2024 20:30
Status Success
Total duration 13m 34s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (csharp): samples/WebAPI/WebAPI_Dapper/SalutationApp/Entities/Salutation.cs#L11
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/WebAPI/WebAPI_Dapper/SalutationApp/Handlers/GreetingMadeHandlerAsync.cs#L42
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): samples/WebAPI/WebAPI_Dapper/SalutationApp/Handlers/GreetingMadeHandlerAsync.cs#L47
Possible null reference argument for parameter 'cnn' in 'Task<int> SqlMapper.ExecuteAsync(IDbConnection cnn, string sql, object? param = null, IDbTransaction? transaction = null, int? commandTimeout = null, CommandType? commandType = null)'.
Analyze (csharp): samples/TaskQueue/ASBTaskQueue/Greetings/Ports/Mappers/AddGreetingMessageMapper.cs#L9
Nullability of reference types in type of parameter 'value' of 'void AddGreetingMessageMapper.Context.set' doesn't match implicitly implemented member 'void IAmAMessageMapper<AddGreetingCommand>.Context.set' (possibly because of nullability attributes).
Analyze (csharp): samples/TaskQueue/ASBTaskQueue/Greetings/Ports/Mappers/GreetingEventMessageMapper.cs#L9
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/ASBTaskQueue/Greetings/Ports/Mappers/GreetingEventAsyncMessageMapper.cs#L9
Nullability of reference types in type of parameter 'value' of 'void GreetingEventAsyncMessageMapper.Context.set' doesn't match implicitly implemented member 'void IAmAMessageMapper<GreetingAsyncEvent>.Context.set' (possibly because of nullability attributes).
Analyze (csharp): samples/TaskQueue/ASBTaskQueue/Greetings/Adaptors/Services/UnitOfWork.cs#L17
Non-nullable field '_transaction' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Analyze (csharp): samples/TaskQueue/ASBTaskQueue/Greetings/Ports/Mappers/GreetingEventMessageMapper.cs#L13
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/ASBTaskQueue/Greetings/Ports/Mappers/GreetingEventMessageMapper.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.