Bump Microsoft.Extensions.DependencyInjection.Abstractions from 8.0.0 to 8.0.1 #2356
Annotations
22 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test:
src/Motor.Extensions.Conversion.JsonNet/JsonNetDeserializer.cs#L20
Possible null reference return.
|
Test:
test/Motor.Extensions.Hosting_UnitTest/BackgroundTaskQueueTests.cs#L44
Cannot convert null literal to non-nullable reference type.
|
Test:
test/Motor.Extensions.Hosting_UnitTest/HealthChecks/MessageProcessingHealthCheckTest.cs#L24
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Test:
test/Motor.Extensions.Hosting_UnitTest/HealthChecks/MessageProcessingHealthCheckTest.cs#L37
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Test:
test/Motor.Extensions.Hosting_UnitTest/HealthChecks/MessageProcessingHealthCheckTest.cs#L39
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Test:
test/Motor.Extensions.Hosting_UnitTest/HealthChecks/MessageProcessingHealthCheckTest.cs#L63
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Test:
test/Motor.Extensions.Hosting_UnitTest/HealthChecks/MessageProcessingHealthCheckTest.cs#L77
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Test:
test/Motor.Extensions.Hosting_UnitTest/HealthChecks/MessageProcessingHealthCheckTest.cs#L91
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Test:
test/Motor.Extensions.Hosting_UnitTest/HealthChecks/MessageProcessingHealthCheckTest.cs#L103
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Test:
test/Motor.Extensions.Hosting_UnitTest/MultiOutputServiceAdapterTests.cs#L70
Converting null literal or possible null value to non-nullable type.
|
Build:
src/Motor.Extensions.Conversion.JsonNet/JsonNetDeserializer.cs#L20
Possible null reference return.
|
Build:
src/Motor.Extensions.Hosting.RabbitMQ/RabbitMQMessageHostBuilderExtensions.cs#L48
The type 'Motor.Extensions.Hosting.RabbitMQ.Options.RabbitMQPublisherOptions<T>?' cannot be used as type parameter 'TOptions' in the generic type or method 'RabbitMQConnectionFactory<T>.From<TOptions>(TOptions)'. Nullability of type argument 'Motor.Extensions.Hosting.RabbitMQ.Options.RabbitMQPublisherOptions<T>?' doesn't match constraint type 'Motor.Extensions.Hosting.RabbitMQ.Options.RabbitMQBaseOptions'.
|
Build:
src/Motor.Extensions.Hosting.RabbitMQ/RabbitMQMessageHostBuilderExtensions.cs#L51
The type 'Motor.Extensions.Hosting.RabbitMQ.Options.RabbitMQPublisherOptions<T>?' cannot be used as type parameter 'TOptions' in the generic type or method 'Options.Create<TOptions>(TOptions)'. Nullability of type argument 'Motor.Extensions.Hosting.RabbitMQ.Options.RabbitMQPublisherOptions<T>?' doesn't match 'class' constraint.
|
Build:
src/Motor.Extensions.Hosting.RabbitMQ/RabbitMQMessageHostBuilderExtensions.cs#L51
Argument of type 'IOptions<RabbitMQPublisherOptions<T>?>' cannot be used for parameter 'config' of type 'IOptions<RabbitMQPublisherOptions<T>>' in 'RabbitMQMessagePublisher<T>.RabbitMQMessagePublisher(IRabbitMQConnectionFactory<T> connectionFactory, IOptions<RabbitMQPublisherOptions<T>> config, IOptions<PublisherOptions> publisherOptions, CloudEventFormatter cloudEventFormatter)' due to differences in the nullability of reference types.
|
Build:
src/Motor.Extensions.Hosting.Bridge/Internals/PassThoughService.cs#L23
The type 'Motor.Extensions.Hosting.Bridge.Internals.ByteData?' cannot be used as type parameter 'T' in the generic type or method 'MotorCloudEvent<ByteData>.CreateNew<T>(T, bool)'. Nullability of type argument 'Motor.Extensions.Hosting.Bridge.Internals.ByteData?' doesn't match 'class' constraint.
|
Build:
src/Motor.Extensions.Hosting.Bridge/Internals/PassThoughService.cs#L23
Argument of type 'MotorCloudEvent<ByteData?>' cannot be used for parameter 'result' of type 'MotorCloudEvent<ByteData>' in 'Task<MotorCloudEvent<ByteData>?> Task.FromResult<MotorCloudEvent<ByteData>?>(MotorCloudEvent<ByteData>? result)' due to differences in the nullability of reference types.
|
Build:
test/Motor.Extensions.Hosting.RabbitMQ_UnitTest/RabbitMQConnectionFactoryTests.cs#L17
Converting null literal or possible null value to non-nullable type.
|
Build:
test/Motor.Extensions.Hosting.RabbitMQ_UnitTest/RabbitMQConnectionFactoryTests.cs#L17
The type 'Motor.Extensions.Hosting.RabbitMQ.Options.RabbitMQConsumerOptions<string>?' cannot be used as type parameter 'TOptions' in the generic type or method 'RabbitMQConnectionFactory<string>.From<TOptions>(TOptions)'. Nullability of type argument 'Motor.Extensions.Hosting.RabbitMQ.Options.RabbitMQConsumerOptions<string>?' doesn't match constraint type 'Motor.Extensions.Hosting.RabbitMQ.Options.RabbitMQBaseOptions'.
|
Build:
test/Motor.Extensions.Hosting.RabbitMQ_UnitTest/Validation/RequireValidAttributeTests.cs#L51
Cannot convert null literal to non-nullable reference type.
|
Build:
test/Motor.Extensions.Hosting.RabbitMQ_UnitTest/Validation/RequireValidAttributeTests.cs#L52
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading