chore: package upgrades #5452
ci.yml
on: push
build
2m 10s
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
9 errors and 11 warnings
build:
tests/Paramore.Brighter.AWS.Tests/MessagingGateway/When_a_message_consumer_reads_multiple_messages.cs#L104
'NumericAssertions<int>' does not contain a definition for 'BeLessOrEqualTo' and no accessible extension method 'BeLessOrEqualTo' accepting a first argument of type 'NumericAssertions<int>' could be found (are you missing a using directive or an assembly reference?)
|
build:
tests/Paramore.Brighter.AWS.Tests/MessagingGateway/When_a_message_consumer_reads_multiple_messages.cs#L107
'NumericAssertions<int>' does not contain a definition for 'BeLessOrEqualTo' and no accessible extension method 'BeLessOrEqualTo' accepting a first argument of type 'NumericAssertions<int>' could be found (are you missing a using directive or an assembly reference?)
|
build:
tests/Paramore.Brighter.AWS.Tests/MessagingGateway/When_a_message_consumer_reads_multiple_messages_async.cs#L100
'NumericAssertions<int>' does not contain a definition for 'BeLessOrEqualTo' and no accessible extension method 'BeLessOrEqualTo' accepting a first argument of type 'NumericAssertions<int>' could be found (are you missing a using directive or an assembly reference?)
|
build:
tests/Paramore.Brighter.AWS.Tests/MessagingGateway/When_a_message_consumer_reads_multiple_messages_async.cs#L103
'NumericAssertions<int>' does not contain a definition for 'BeLessOrEqualTo' and no accessible extension method 'BeLessOrEqualTo' accepting a first argument of type 'NumericAssertions<int>' could be found (are you missing a using directive or an assembly reference?)
|
build:
tests/Paramore.Brighter.AWS.Tests/MessagingGateway/When_a_message_consumer_reads_multiple_messages.cs#L104
'NumericAssertions<int>' does not contain a definition for 'BeLessOrEqualTo' and no accessible extension method 'BeLessOrEqualTo' accepting a first argument of type 'NumericAssertions<int>' could be found (are you missing a using directive or an assembly reference?)
|
build:
tests/Paramore.Brighter.AWS.Tests/MessagingGateway/When_a_message_consumer_reads_multiple_messages.cs#L107
'NumericAssertions<int>' does not contain a definition for 'BeLessOrEqualTo' and no accessible extension method 'BeLessOrEqualTo' accepting a first argument of type 'NumericAssertions<int>' could be found (are you missing a using directive or an assembly reference?)
|
build:
tests/Paramore.Brighter.AWS.Tests/MessagingGateway/When_a_message_consumer_reads_multiple_messages_async.cs#L100
'NumericAssertions<int>' does not contain a definition for 'BeLessOrEqualTo' and no accessible extension method 'BeLessOrEqualTo' accepting a first argument of type 'NumericAssertions<int>' could be found (are you missing a using directive or an assembly reference?)
|
build:
tests/Paramore.Brighter.AWS.Tests/MessagingGateway/When_a_message_consumer_reads_multiple_messages_async.cs#L103
'NumericAssertions<int>' does not contain a definition for 'BeLessOrEqualTo' and no accessible extension method 'BeLessOrEqualTo' accepting a first argument of type 'NumericAssertions<int>' could be found (are you missing a using directive or an assembly reference?)
|
build
Process completed with exit code 1.
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/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/DeletePersonHandlerAsync.cs#L44
Converting null literal or possible null value to non-nullable type.
|