Skip to content

Refactored prototype #31

Refactored prototype

Refactored prototype #31

Triggered via pull request March 8, 2024 18:47
@adimikoadimiko
synchronize #40
refactor
Status Success
Total duration 38s
Artifacts

pull-request.yaml

on: pull_request
Pull request
31s
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/TransactionalBox.OutboxWorker.Kafka/Settings/OutboxWorkerKafkaSettings.cs#L7
Non-nullable property 'BootstrapServers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Pull request: source/TransactionalBox.InboxWorker/Internals/InboxTransportProcessor.cs#L35
The variable 'ex' is declared but never used
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: samples/TransactionalBox.Sample.WebApi/InboxMessages/ExampleMessage.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Pull request: source/TransactionalBox.OutboxWorker.Kafka/Settings/OutboxWorkerKafkaSettings.cs#L7
Non-nullable property 'BootstrapServers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Pull request: source/TransactionalBox.InboxWorker/Internals/InboxTransportProcessor.cs#L35
The variable 'ex' is declared but never used