Bump NATS.Client from 0.14.7 to 1.1.6 #2822
Annotations
24 warnings
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/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/Motor.Extensions.Conversion.JsonNet/JsonNetDeserializer.cs#L20
Possible null reference return.
|
test/Motor.Extensions.Hosting_UnitTest/BackgroundTaskQueueTests.cs#L44
Cannot convert null literal to non-nullable reference type.
|
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/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/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/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/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/Motor.Extensions.Hosting_UnitTest/MultiOutputServiceAdapterTests.cs#L70
Converting null literal or possible null value to non-nullable type.
|
test/Motor.Extensions.Hosting_UnitTest/MultiOutputServiceAdapterTests.cs#L70
Cannot convert null literal to non-nullable reference type.
|
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.
|
|
src/Motor.Extensions.Conversion.JsonNet/JsonNetDeserializer.cs#L20
Possible null reference return.
|
test/Motor.Extensions.Hosting.NATS_IntegrationTest/NATSBuilder.cs#L27
'TestcontainersSettings.Logger' is obsolete: 'Use the builder API WithLogger(ILogger) instead.'
|
test/Motor.Extensions.Hosting.NATS_IntegrationTest/NATSContainer.cs#L9
'DockerContainer.DockerContainer(IContainerConfiguration, ILogger)' is obsolete: 'Use the constructor DockerContainer(IContainerConfiguration) instead.'
|
test/Motor.Extensions.Hosting.NATS_IntegrationTest/NATSIntegrationTests.cs#L34
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
test/Motor.Extensions.Hosting.NATS_IntegrationTest/NATSIntegrationTests.cs#L54
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
test/Motor.Extensions.Hosting.NATS_IntegrationTest/NATSIntegrationTests.cs#L77
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
|
test/Motor.Extensions.Hosting_UnitTest/BackgroundTaskQueueTests.cs#L44
Cannot convert null literal to non-nullable reference type.
|
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/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/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.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "artifacts", "artifacts-bridge".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job succeeded
Loading