Skip to content

Bump Testcontainers.MySql from 3.8.0 to 3.10.0 #35

Bump Testcontainers.MySql from 3.8.0 to 3.10.0

Bump Testcontainers.MySql from 3.8.0 to 3.10.0 #35

Triggered via pull request September 3, 2024 23:20
Status Failure
Total duration 38s
Artifacts

build-and-tests.yaml

on: pull_request
Build & Tests
30s
Build & Tests
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
Build & Tests
Process completed with exit code 1.
Build & Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build & Tests: source/TransactionalBox/Extensions/ExtensionAddTransactionalBox.cs#L17
Cannot convert null literal to non-nullable reference type.
Build & Tests: source/TransactionalBox/Extensions/ExtensionAddTransactionalBox.cs#L18
Cannot convert null literal to non-nullable reference type.
Build & Tests: source/TransactionalBox/Internals/Inbox/Transport/InMemory/InMemoryInboxWorkerTransport.cs#L15
Async-iterator 'InMemoryInboxWorkerTransport.GetMessages(IEnumerable<string>, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
Build & Tests: source/TransactionalBox/Settings/TransactionalBoxSettings.cs#L10
Non-nullable property 'ServiceId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Tests: source/TransactionalBox/Internals/InternalPackages/Transport/TransportObject.cs#L5
Non-nullable property 'Topic' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Tests: source/TransactionalBox/Internals/InternalPackages/Transport/TransportObject.cs#L7
Non-nullable property 'Payload' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Tests: source/TransactionalBox/Internals/InternalPackages/Transport/TransportObject.cs#L9
Non-nullable property 'Compression' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Tests: source/TransactionalBox/Internals/InternalPackages/DistributedLock/Lock.cs#L5
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build & Tests: source/TransactionalBox/Extensions/Outbox/OutboxExtensionAddOutbox.cs#L115
Dereference of a possibly null reference.
Build & Tests: source/TransactionalBox/Internals/Inbox/Deserialization/Metadata.cs#L5
Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.