Skip to content

Add a Mediator to Brighter (#3370) #52

Add a Mediator to Brighter (#3370)

Add a Mediator to Brighter (#3370) #52

Triggered via push July 10, 2025 08:52
Status Failure
Total duration 8m 7s
Artifacts 1

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 137 warnings
aws-scheduler-ci
Credentials could not be loaded, please check your action inputs: Could not load credentials from any providers
aws-ci
Credentials could not be loaded, please check your action inputs: Could not load credentials from any providers
mqtt-ci
Process completed with exit code 1.
rabbitmq-ci
Process completed with exit code 1.
build
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).
build
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).
build
Nullability of reference types in type of parameter 'value' of 'void GreetingEventAsyncMessageMapper.Context.set' doesn't match implicitly implemented member 'void IAmAMessageMapperAsync<GreetingAsyncEvent>.Context.set' (possibly because of nullability attributes).
build
Nullability of reference types in type of parameter 'value' of 'void AddGreetingMessageMapper.Context.set' doesn't match implicitly implemented member 'void IAmAMessageMapperAsync<AddGreetingCommand>.Context.set' (possibly because of nullability attributes).
build
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).
build
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)'.
build
Converting null literal or possible null value to non-nullable type.
build
Non-nullable property 'Greeting' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build
Converting null literal or possible null value to non-nullable type.
build
Converting null literal or possible null value to non-nullable type.
azure-ci
Cannot convert null literal to non-nullable reference type.
azure-ci
Non-nullable property 'CommandValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
azure-ci
Non-nullable property 'EventName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
azure-ci
Non-nullable property 'ContentType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
azure-ci
Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
azure-ci
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
azure-ci
Non-nullable property 'LockToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
azure-ci
Non-nullable property 'ApplicationProperties' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
azure-ci
Non-nullable property 'MessageBodyValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
azure-ci
Nullability of reference types in type of parameter 'value' of 'void FakeMessageProducer.Span.set' doesn't match implicitly implemented member 'void IAmAMessageProducer.Span.set' (possibly because of nullability attributes).
sqlite-ci
Non-nullable field '_storedMessage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
sqlite-ci
Non-nullable field '_storedMessage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
sqlite-ci
Non-nullable field '_connectionStringPathDir' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
sqlite-ci
Non-nullable field '_connectionStringPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
sqlite-ci
Possible null reference return.
sqlite-ci
Converting null literal or possible null value to non-nullable type.
sqlite-ci
Non-nullable field '_storedCommand' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
sqlite-ci
Possible null reference return.
sqlite-ci
Converting null literal or possible null value to non-nullable type.
sqlite-ci
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
sqlserver-ci
Cannot convert null literal to non-nullable reference type.
sqlserver-ci
Possible null reference argument for parameter 'collection' in 'void Assert.NotEmpty(IEnumerable collection)'.
sqlserver-ci
Possible null reference argument for parameter 'collection' in 'void Assert.NotEmpty(IEnumerable collection)'.
sqlserver-ci
Non-nullable field '_storedCommand' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
sqlserver-ci
Possible null reference argument for parameter 'collection' in 'void Assert.NotEmpty(IEnumerable collection)'.
sqlserver-ci
Possible null reference return.
sqlserver-ci
Converting null literal or possible null value to non-nullable type.
sqlserver-ci
Possible null reference return.
sqlserver-ci
Converting null literal or possible null value to non-nullable type.
sqlserver-ci
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
redis-ci
The field 'RedisMessageProducerSendTests._partitionKey' is never used
redis-ci
Field 'RedisMessageProducerSendTests._dataRef' is never assigned to, and will always have its default value null
redis-ci
Possible null reference argument for parameter 'rhs' in 'RoutingKey.implicit operator string(RoutingKey rhs)'.
redis-ci
Non-nullable field '_partitionKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
redis-ci
Non-nullable field '_dataRef' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
redis-ci
Possible null reference return.
redis-ci
Converting null literal or possible null value to non-nullable type.
memory
Possible null reference argument for parameter 'topic' in 'MessageHeader.MessageHeader(Id messageId, RoutingKey topic, MessageType messageType, Uri? source = null, string? 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, TimeSpan? delayed = null, TraceParent? traceParent = null, TraceState? traceState = null, Baggage? baggage = null)'.
memory
Converting null literal or possible null value to non-nullable type.
memory
Non-nullable property 'Body' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
memory
Non-nullable property 'Header' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
memory
Nullability of reference types in value of type 'Task<MyEvent?>' doesn't match target type 'Task<MyEvent>'.
memory
Possible null reference return.
memory
Converting null literal or possible null value to non-nullable type.
memory
Possible null reference argument for parameter 'topic' in 'MessageHeader.MessageHeader(Id messageId, RoutingKey topic, MessageType messageType, Uri? source = null, string? 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, TimeSpan? delayed = null, TraceParent? traceParent = null, TraceState? traceState = null, Baggage? baggage = null)'.
memory
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).
memory
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).
postgres-ci
Non-nullable field '_exception' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
postgres-ci
Non-nullable field '_exception' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
postgres-ci
Cannot convert null literal to non-nullable reference type.
postgres-ci
Non-nullable field '_storedCommand' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
postgres-ci
Possible null reference return.
postgres-ci
Converting null literal or possible null value to non-nullable type.
postgres-ci
Possible null reference return.
postgres-ci
Converting null literal or possible null value to non-nullable type.
postgres-ci
Non-nullable field '_storedCommand' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
postgres-ci
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
dynamo-ci
Non-nullable field '_storedCommand' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
dynamo-ci
Possible null reference return.
dynamo-ci
Converting null literal or possible null value to non-nullable type.
dynamo-ci
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
dynamo-ci
Possible null reference return.
dynamo-ci
Converting null literal or possible null value to non-nullable type.
dynamo-ci
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
dynamo-ci
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
dynamo-ci
Nullability of reference types in type of parameter 'other' of 'bool Money.Equals(Money other)' doesn't match implicitly implemented member 'bool IEquatable<Money>.Equals(Money? other)' (possibly because of nullability attributes).
dynamo-ci
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
localstack-ci
Converting null literal or possible null value to non-nullable type.
localstack-ci
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
localstack-ci
Non-nullable field '_client' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
localstack-ci
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
localstack-ci
Possible null reference return.
localstack-ci
Possible null reference argument for parameter 'topic' in 'MessageHeader.MessageHeader(Id messageId, RoutingKey topic, MessageType messageType, Uri? source = null, string? 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, TimeSpan? delayed = null, TraceParent? traceParent = null, TraceState? traceState = null, Baggage? baggage = null)'.
localstack-ci
Nullability of reference types in type of parameter 'handler' of 'void QuickHandlerFactoryAsync.Release(IHandleRequestsAsync handler, IAmALifetime lifetime)' doesn't match implicitly implemented member 'void IAmAHandlerFactoryAsync.Release(IHandleRequestsAsync? handler, IAmALifetime lifetime)' (possibly because of nullability attributes).
localstack-ci
Nullability of reference types in type of parameter 'value' of 'void MyLargeCommandMessageMapperAsync.Context.set' doesn't match implicitly implemented member 'void IAmAMessageMapperAsync<MyLargeCommand>.Context.set' (possibly because of nullability attributes).
localstack-ci
Nullability of reference types in type of parameter 'value' of 'void MyLargeCommandMessageMapper.Context.set' doesn't match implicitly implemented member 'void IAmAMessageMapper<MyLargeCommand>.Context.set' (possibly because of nullability attributes).
localstack-ci
Nullability of reference types in type of parameter 'value' of 'void MyDeferredCommandMessageMapper.Context.set' doesn't match implicitly implemented member 'void IAmAMessageMapper<MyDeferredCommand>.Context.set' (possibly because of nullability attributes).
mysql-ci
Non-nullable field '_exception' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
mysql-ci
Non-nullable field '_storedMessage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
mysql-ci
Non-nullable field '_exception' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
mysql-ci
Dereference of a possibly null reference.
mysql-ci
Possible null reference return.
mysql-ci
Converting null literal or possible null value to non-nullable type.
mysql-ci
Possible null reference return.
mysql-ci
Converting null literal or possible null value to non-nullable type.
mysql-ci
Non-nullable field '_storedMessage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
mysql-ci
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
rabbitmq-ci
Possible null reference argument for parameter 'topic' in 'MessageHeader.MessageHeader(Id messageId, RoutingKey topic, MessageType messageType, Uri? source = null, string? 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, TimeSpan? delayed = null, TraceParent? traceParent = null, TraceState? traceState = null, Baggage? baggage = null)'.
rabbitmq-ci
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
rabbitmq-ci
Possible null reference argument for parameter 'topic' in 'MessageHeader.MessageHeader(Id messageId, RoutingKey topic, MessageType messageType, Uri? source = null, string? 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, TimeSpan? delayed = null, TraceParent? traceParent = null, TraceState? traceState = null, Baggage? baggage = null)'.
rabbitmq-ci
Nullability of reference types in type of parameter 'handler' of 'void QuickHandlerFactoryAsync.Release(IHandleRequestsAsync handler, IAmALifetime lifetime)' doesn't match implicitly implemented member 'void IAmAHandlerFactoryAsync.Release(IHandleRequestsAsync? handler, IAmALifetime lifetime)' (possibly because of nullability attributes).
rabbitmq-ci
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).
rabbitmq-ci
Nullability of reference types in type of parameter 'value' of 'void MyDeferredCommandMessageMapperAsync.Context.set' doesn't match implicitly implemented member 'void IAmAMessageMapperAsync<MyDeferredCommand>.Context.set' (possibly because of nullability attributes).
rabbitmq-ci
Nullability of reference types in type of parameter 'value' of 'void MyDeferredCommandMessageMapper.Context.set' doesn't match implicitly implemented member 'void IAmAMessageMapper<MyDeferredCommand>.Context.set' (possibly because of nullability attributes).
rabbitmq-ci
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).
rabbitmq-ci
Nullability of reference types in type of parameter 'other' of 'bool MyEvent.Equals(MyEvent other)' doesn't match implicitly implemented member 'bool IEquatable<MyEvent>.Equals(MyEvent? other)' (possibly because of nullability attributes).
rabbitmq-ci
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
quartz
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
quartz
Possible null reference return.
quartz
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
quartz
Nullability of reference types in value of type 'Task<MyEvent?>' doesn't match target type 'Task<MyEvent>'.
quartz
Possible null reference argument for parameter 'topic' in 'MessageHeader.MessageHeader(Id messageId, RoutingKey topic, MessageType messageType, Uri? source = null, string? 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, TimeSpan? delayed = null, TraceParent? traceParent = null, TraceState? traceState = null, Baggage? baggage = null)'.
quartz
Possible null reference argument for parameter 'topic' in 'MessageHeader.MessageHeader(Id messageId, RoutingKey topic, MessageType messageType, Uri? source = null, string? 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, TimeSpan? delayed = null, TraceParent? traceParent = null, TraceState? traceState = null, Baggage? baggage = null)'.
quartz
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
quartz
Non-nullable property 'Processor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
quartz
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).
quartz
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).
hangfire
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
hangfire
Possible null reference return.
hangfire
Possible null reference argument for parameter 'topic' in 'MessageHeader.MessageHeader(Id messageId, RoutingKey topic, MessageType messageType, Uri? source = null, string? 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, TimeSpan? delayed = null, TraceParent? traceParent = null, TraceState? traceState = null, Baggage? baggage = null)'.
hangfire
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
hangfire
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
hangfire
Nullability of reference types in value of type 'Task<MyEvent?>' doesn't match target type 'Task<MyEvent>'.
hangfire
Possible null reference argument for parameter 'topic' in 'MessageHeader.MessageHeader(Id messageId, RoutingKey topic, MessageType messageType, Uri? source = null, string? 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, TimeSpan? delayed = null, TraceParent? traceParent = null, TraceState? traceState = null, Baggage? baggage = null)'.
hangfire
Non-nullable property 'Processor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
hangfire
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).
hangfire
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).
kafka-ci
Converting null literal or possible null value to non-nullable type.
kafka-ci
Dereference of a possibly null reference.
kafka-ci
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
kafka-ci
Dereference of a possibly null reference.
kafka-ci
Dereference of a possibly null reference.
kafka-ci
Dereference of a possibly null reference.
kafka-ci
Dereference of a possibly null reference.
kafka-ci
Dereference of a possibly null reference.
kafka-ci
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
kafka-ci
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.

Artifacts

Produced during runtime
Name Size Digest
nuget packages Expired
9.81 MB
sha256:7202107f3e2a34f7a99c90f0b2bbe24476b3d9002e83d2f47d787dc2cb1a8506