Add a Mediator to Brighter #5242
ci.yml
on: pull_request
build
30m 15s
release
0s
memory
0s
redis-ci
0s
mqtt-ci
0s
rabbitmq-ci
0s
kafka-ci
0s
postgres-ci
0s
sqlserver-ci
0s
mysql-ci
0s
dynamo-ci
0s
aws-ci
0s
sqlite-ci
0s
azure-ci
0s
Annotations
2 errors and 10 warnings
build
The job running on runner GitHub Actions 2 has exceeded the maximum execution time of 30 minutes.
|
build
The operation was canceled.
|
build:
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.
|
build:
samples/WebAPI/WebAPI_Dapper/SalutationApp/Handlers/GreetingMadeHandlerAsync.cs#L42
Converting null literal or possible null value to non-nullable type.
|
build:
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)'.
|
build:
samples/WebAPI/WebAPI_Dapper/GreetingsApp/Handlers/AddGreetingHandlerAsync.cs#L52
Converting null literal or possible null value to non-nullable type.
|
build:
samples/WebAPI/WebAPI_Dapper/GreetingsApp/Handlers/DeletePersonHandlerAsync.cs#L44
Converting null literal or possible null value to non-nullable type.
|
build:
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).
|
build:
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).
|
build:
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).
|
build:
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.
|
build:
samples/TaskQueue/ASBTaskQueue/Greetings/Ports/Entities/Greeting.cs#L7
Non-nullable property 'GreetingMessage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|