Skip to content

fix(postgresbus): use batch commands #235

fix(postgresbus): use batch commands

fix(postgresbus): use batch commands #235

Triggered via pull request September 13, 2024 14:17
Status Success
Total duration 2m 0s
Artifacts 1

dotnet.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v2, actions/upload-artifact@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: knightbus-postgresql/src/KnightBus.PostgreSql/PostgresSubscriptionChannelReceiver.cs#L19
Non-nullable field '_queueClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: knightbus-postgresql/src/KnightBus.PostgreSql/PostgresChannelReceiver.cs#L18
Non-nullable field '_queueClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: knightbus-postgresql/src/KnightBus.PostgreSql/PostgresSubscriptionChannelReceiver.cs#L39
Possible null reference argument for parameter 'subscription' in 'PostgresSubscriptionClient<T>.PostgresSubscriptionClient(NpgsqlDataSource npgsqlDataSource, IMessageSerializer serializer, IEventSubscription subscription)'.
Build: knightbus-postgresql/tests/KnightBus.PostgreSql.Tests.Integration/PostgresBusTests.cs#L367
Non-nullable property 'MessageBody' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build: knightbus-postgresql/tests/KnightBus.PostgreSql.Tests.Integration/PostgresSetup.cs#L17
Non-nullable field 'DataSource' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: knightbus-postgresql/tests/KnightBus.PostgreSql.Tests.Integration/PostgresSetup.cs#L18
Non-nullable field 'ConnectionString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: knightbus-postgresql/tests/KnightBus.PostgreSql.Tests.Integration/PostgresTopicManagerTests.cs#L11
Non-nullable field '_postgresManagementClient' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: knightbus-postgresql/tests/KnightBus.PostgreSql.Tests.Integration/PostgresTopicManagerTests.cs#L13
Non-nullable field '_queueManager' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Build: knightbus-postgresql/tests/KnightBus.PostgreSql.Tests.Integration/PostgresBusTests.cs#L57
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 adding the 'required' modifier or declaring the field as nullable.
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "nuget". 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/

Artifacts

Produced during runtime
Name Size
nuget Expired
468 KB