Skip to content

Postgresql transport #155

Postgresql transport

Postgresql transport #155

Triggered via pull request April 16, 2024 21:20
Status Success
Total duration 1m 55s
Artifacts 1

dotnet.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build: knightbus-postgresql/src/KnightBus.PostgreSql/PostgresQueueClient.cs#L124
Async-iterator 'PostgresQueueClient<T>.PeekDeadLetterMessagesAsync(int, 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: knightbus-postgresql/src/KnightBus.PostgreSql/PostgresChannelReceiver.cs#L22
Non-nullable field '_queueClient' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build: knightbus-postgresql/src/KnightBus.PostgreSql/PostgresChannelReceiver.cs#L22
Non-nullable field '_messagePumpTask' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build: knightbus-postgresql/tests/KnightBus.PostgreSql.Tests.Integration/PostgresBusTests.cs#L240
Non-nullable property 'MessageBody' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: knightbus-postgresql/tests/KnightBus.PostgreSql.Tests.Integration/PostgresQueueManagerTests.cs#L12
Non-nullable field '_bus' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build: knightbus-postgresql/tests/KnightBus.PostgreSql.Tests.Integration/PostgresQueueManagerTests.cs#L13
Non-nullable field '_postgresQueueClient' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build: knightbus-postgresql/tests/KnightBus.PostgreSql.Tests.Integration/PostgresQueueManagerTests.cs#L14
Non-nullable field '_postgresManagementClient' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build: knightbus-postgresql/tests/KnightBus.PostgreSql.Tests.Integration/PostgresBusTests.cs#L45
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Build: knightbus-postgresql/tests/KnightBus.PostgreSql.Tests.Integration/PostgresMessageStateHandlerTests.cs#L10
Non-nullable field '_bus' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build: knightbus-postgresql/tests/KnightBus.PostgreSql.Tests.Integration/PostgresMessageStateHandlerTests.cs#L11
Non-nullable field '_postgresQueueClient' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.

Artifacts

Produced during runtime
Name Size
nuget Expired
445 KB