feat: Register NpgsqlDataSource as a Keyed singleton #221
Triggered via pull request
August 22, 2024 08:37
Status
Failure
Total duration
6h 0m 26s
Artifacts
–
Annotations
2 errors and 10 warnings
Build
The job running on runner GitHub Actions 487 has exceeded the maximum execution time of 360 minutes.
|
Build
The operation was canceled.
|
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#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/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#L257
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/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#L47
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/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/PostgresSubscriptionManagerTests.cs#L12
Non-nullable field '_bus' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|