Skip to content

Bump TestContainers.Kafka from 3.2.0 to 3.3.0 #2050

Bump TestContainers.Kafka from 3.2.0 to 3.3.0

Bump TestContainers.Kafka from 3.2.0 to 3.3.0 #2050

Triggered via push June 30, 2023 05:11
Status Success
Total duration 6m 56s
Artifacts 2
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

34 warnings
build
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "OpenTelemetry.Extensions.Hosting
build
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "OpenTelemetry.Instrumentation.AspNetCore
build
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "OpenTelemetry.Instrumentation.Http
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: 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.
build: test/Motor.Extensions.Hosting.RabbitMQ_UnitTest/Validation/RequireValidAttributeTests.cs#L53
Cannot convert null literal to non-nullable reference type.
build: test/Motor.Extensions.Hosting.RabbitMQ_UnitTest/RabbitMQConnectionFactoryTests.cs#L77
Cannot convert null literal to non-nullable reference type.
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.Conversion.JsonNet/JsonNetDeserializer.cs#L20
Possible null reference return.
build: test/Motor.Extensions.Hosting_UnitTest/BackgroundTaskQueueTests.cs#L44
Cannot convert null literal to non-nullable reference type.
build: test/Motor.Extensions.Hosting_UnitTest/MultiOutputServiceAdapterTests.cs#L84
Converting null literal or possible null value to non-nullable type.
build: test/Motor.Extensions.Hosting_UnitTest/MultiOutputServiceAdapterTests.cs#L84
Cannot convert null literal to non-nullable reference type.
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.
build: test/Motor.Extensions.Hosting.RabbitMQ_UnitTest/Validation/RequireValidAttributeTests.cs#L53
Cannot convert null literal to non-nullable reference type.
build-bridge
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-bridge
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-bridge
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-bridge
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-bridge
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-bridge
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-bridge
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-bridge
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-bridge
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-bridge
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-bridge
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Artifacts

Produced during runtime
Name Size
artifacts Expired
739 KB
artifacts-bridge Expired
50.8 MB