Added HostMachine #43
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/TransactionalBox/Settings/TransactionalBoxSettings.cs#L9
Non-nullable property 'ServiceName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Pull request:
source/TransactionalBox.OutboxWorker.Kafka/Settings/OutboxWorkerKafkaSettings.cs#L9
Non-nullable property 'BootstrapServers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Pull request:
source/TransactionalBox.Inbox/Internals/InboxProcessor.cs#L44
Possible null reference argument for parameter 'typeArguments' in 'Type Type.MakeGenericType(params Type[] typeArguments)'.
|
Pull request:
source/TransactionalBox.Inbox/Internals/InboxProcessor.cs#L54
Possible null reference assignment.
|
Pull request:
source/TransactionalBox.Inbox/Internals/InboxProcessor.cs#L52
Converting null literal or possible null value to non-nullable type.
|
Pull request:
source/TransactionalBox.Inbox/Internals/InboxProcessor.cs#L52
Dereference of a possibly null reference.
|
Pull request:
source/TransactionalBox.InboxWorker/Internals/InboxTransportProcessor.cs#L35
The variable 'ex' is declared but never used
|
Pull request:
source/TransactionalBox.InboxWorker.Kafka/Extensions.cs#L14
Cannot convert null literal to non-nullable reference type.
|
Pull request:
source/TransactionalBox.InboxWorker.Kafka/Settings/InboxWorkerKafkaSettings.cs#L9
Non-nullable property 'BootstrapServers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Pull request:
source/TransactionalBox.InboxWorker.Kafka/Internals/KafkaInboxWorkerTransport.cs#L40
Possible null reference return.
|