Skip to content

Bump Microsoft.EntityFrameworkCore.Abstractions from 8.0.2 to 8.0.6 #320

Bump Microsoft.EntityFrameworkCore.Abstractions from 8.0.2 to 8.0.6

Bump Microsoft.EntityFrameworkCore.Abstractions from 8.0.2 to 8.0.6 #320

Triggered via pull request June 11, 2024 23:20
Status Success
Total duration 1m 32s
Artifacts

pull-request.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Pull request
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Pull request: source/Internals/TransactionalBox.Internals.Transport.InMemory/Internals/TransportObject.cs#L5
Non-nullable property 'Topic' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Pull request: source/Internals/TransactionalBox.Internals.Transport.InMemory/Internals/TransportObject.cs#L7
Non-nullable property 'Payload' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Pull request: source/Internals/TransactionalBox.Internals.Transport.InMemory/Internals/TransportObject.cs#L9
Non-nullable property 'Compression' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Pull request: source/Internals/TransactionalBox.Internals.DistributedLock/Lock.cs#L5
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Pull request: tests/Internals/TransactionalBox.Internals.DistributedLock.EntityFrameworkCore.Tests/DistributedLockTests.cs#L12
Non-nullable field '_serviceProvider' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Pull request: source/TransactionalBox/Extensions/ExtensionAddTransactionalBox.cs#L17
Cannot convert null literal to non-nullable reference type.
Pull request: source/TransactionalBox/Extensions/ExtensionAddTransactionalBox.cs#L18
Cannot convert null literal to non-nullable reference type.
Pull request: 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
Pull request: source/TransactionalBox/Settings/TransactionalBoxSettings.cs#L10
Non-nullable property 'ServiceId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.