Skip to content

chore(deps): bump MessagePack from 2.5.187 to 2.5.192 #4711

chore(deps): bump MessagePack from 2.5.187 to 2.5.192

chore(deps): bump MessagePack from 2.5.187 to 2.5.192 #4711

Triggered via pull request November 17, 2024 17:15
Status Success
Total duration 12m 19s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (csharp): tests/Paramore.Brighter.InMemory.Tests/TestDoubles/MyEventMessageMapper.cs#L8
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): tests/Paramore.Brighter.InMemory.Tests/TestDoubles/MyEventMessageMapperAsync.cs#L10
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/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/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/TestDoubles/MyEventMessageMapperAsync.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): tests/Paramore.Brighter.InMemory.Tests/TestDoubles/MyEventMessageMapperAsync.cs#L22
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#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): tests/Paramore.Brighter.InMemory.Tests/TestDoubles/MyEventMessageMapper.cs#L11
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): tests/Paramore.Brighter.InMemory.Tests/TestDoubles/MyEventMessageMapper.cs#L8
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.