chore(deps): bump RabbitMQ.Client from 6.8.1 to 7.0.0 #5239
ci.yml
on: pull_request
build
1m 37s
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
10 errors and 10 warnings
build:
src/Paramore.Brighter.MessagingGateway.RMQ/ExchangeConfigurationHelper.cs#L34
The type or namespace name 'IModel' could not be found (are you missing a using directive or an assembly reference?)
|
build:
src/Paramore.Brighter.MessagingGateway.RMQ/ExchangeConfigurationHelper.cs#L49
The type or namespace name 'IModel' could not be found (are you missing a using directive or an assembly reference?)
|
build:
src/Paramore.Brighter.MessagingGateway.RMQ/ExchangeConfigurationHelper.cs#L74
The type or namespace name 'IModel' could not be found (are you missing a using directive or an assembly reference?)
|
build:
src/Paramore.Brighter.MessagingGateway.RMQ/PullConsumer.cs#L35
The type or namespace name 'DefaultBasicConsumer' could not be found (are you missing a using directive or an assembly reference?)
|
build:
src/Paramore.Brighter.MessagingGateway.RMQ/PullConsumer.cs#L43
The type or namespace name 'IModel' could not be found (are you missing a using directive or an assembly reference?)
|
build:
src/Paramore.Brighter.MessagingGateway.RMQ/RmqMessageGatewayConnectionPool.cs#L161
The type or namespace name 'ShutdownEventArgs' could not be found (are you missing a using directive or an assembly reference?)
|
build:
src/Paramore.Brighter.MessagingGateway.RMQ/RmqMessagePublisher.cs#L52
The type or namespace name 'IModel' could not be found (are you missing a using directive or an assembly reference?)
|
build:
src/Paramore.Brighter.MessagingGateway.RMQ/RmqMessagePublisher.cs#L65
The type or namespace name 'IModel' could not be found (are you missing a using directive or an assembly reference?)
|
build:
src/Paramore.Brighter.MessagingGateway.RMQ/RmqMessageGateway.cs#L59
The type or namespace name 'IModel' could not be found (are you missing a using directive or an assembly reference?)
|
build:
src/Paramore.Brighter.MessagingGateway.RMQ/PullConsumer.cs#L35
The type or namespace name 'DefaultBasicConsumer' could not be found (are you missing a using directive or an assembly reference?)
|
build:
samples/WebAPI/WebAPI_Dapper/GreetingsApp/Responses/FindPersonsGreetings.cs#L7
Non-nullable property 'Name' 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/GreetingsApp/Responses/FindPersonsGreetings.cs#L8
Non-nullable property 'Greetings' 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/GreetingsApp/Entities/Person.cs#L13
Non-nullable property 'Name' 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/GreetingsApp/Entities/Greeting.cs#L11
Non-nullable property 'Message' 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/GreetingsApp/Handlers/FindPersonByNameHandlerAsync.cs#L36
Converting null literal or possible null value to non-nullable type.
|
build:
samples/WebAPI/WebAPI_Dapper/GreetingsApp/Handlers/FindPersonByNameHandlerAsync.cs#L38
Possible null reference argument for parameter 'person' in 'FindPersonResult.FindPersonResult(Person person)'.
|
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/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.
|