Skip to content

Archiver Observability #5192

Archiver Observability

Archiver Observability #5192

Triggered via pull request October 28, 2024 12:10
@iancooperiancooper
synchronize #3353
arch_obser
Status Failure
Total duration 1m 57s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 10 warnings
build: src/Paramore.Brighter.MessagingGateway.Kafka/ConfluentJsonSerializationConfig.cs#L30
The type or namespace name 'NewtonsoftJson' does not exist in the namespace 'NJsonSchema' (are you missing an assembly reference?)
build: src/Paramore.Brighter.MessagingGateway.Kafka/ConfluentJsonSerializationConfig.cs#L47
The type or namespace name 'NewtonsoftJsonSchemaGeneratorSettings' could not be found (are you missing a using directive or an assembly reference?)
build: src/Paramore.Brighter.MessagingGateway.Kafka/ConfluentJsonSerializationConfig.cs#L30
The type or namespace name 'NewtonsoftJson' does not exist in the namespace 'NJsonSchema' (are you missing an assembly reference?)
build: src/Paramore.Brighter.MessagingGateway.Kafka/ConfluentJsonSerializationConfig.cs#L47
The type or namespace name 'NewtonsoftJsonSchemaGeneratorSettings' could not be found (are you missing a using directive or an assembly reference?)
build: src/Paramore.Brighter.MessagingGateway.Kafka/ConfluentJsonSerializationConfig.cs#L30
The type or namespace name 'NewtonsoftJson' does not exist in the namespace 'NJsonSchema' (are you missing an assembly reference?)
build: src/Paramore.Brighter.MessagingGateway.Kafka/ConfluentJsonSerializationConfig.cs#L47
The type or namespace name 'NewtonsoftJsonSchemaGeneratorSettings' could not be found (are you missing a using directive or an assembly reference?)
build: src/Paramore.Brighter.MessagingGateway.Kafka/ConfluentJsonSerializationConfig.cs#L30
The type or namespace name 'NewtonsoftJson' does not exist in the namespace 'NJsonSchema' (are you missing an assembly reference?)
build: src/Paramore.Brighter.MessagingGateway.Kafka/ConfluentJsonSerializationConfig.cs#L47
The type or namespace name 'NewtonsoftJsonSchemaGeneratorSettings' could not be found (are you missing a using directive or an assembly reference?)
build
Process completed with exit code 1.
build: 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).
build: 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).
build: 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.
build: 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.
build: tests/Paramore.Brighter.InMemory.Tests/Catch.cs#L37
Converting null literal or possible null value to non-nullable type.
build: tests/Paramore.Brighter.InMemory.Tests/Catch.cs#L48
Possible null reference return.
build: tests/Paramore.Brighter.InMemory.Tests/TestDoubles/MyEvent.cs#L5
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: tests/Paramore.Brighter.InMemory.Tests/Catch.cs#L52
Converting null literal or possible null value to non-nullable type.
build: tests/Paramore.Brighter.InMemory.Tests/Catch.cs#L63
Possible null reference return.
build: 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)'.