Feature/saga pattern implementation #5
Annotations
10 warnings
Test.RabbitMq.Shop.Core/Entities/Product.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test.RabbitMq.Shop.Common.StateMachineService/OrderState.cs#L9
Non-nullable property 'CurrentState' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test.RabbitMq.Shop.Common.StateMachineService/OrderStateMachine.cs#L19
Non-nullable property 'OrderCreatedEvent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test.RabbitMq.Shop.Common.StateMachineService/OrderStateMachine.cs#L19
Non-nullable property 'NotificationSentEvent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test.RabbitMq.Shop.Common.StateMachineService/OrderStateMachine.cs#L19
Non-nullable property 'SendNotificationFaultEvent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test.RabbitMq.Shop.Common.StateMachineService/OrderStateMachine.cs#L19
Non-nullable property 'OrderCreated' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test.RabbitMq.Shop.Common.StateMachineService/OrderStateMachine.cs#L19
Non-nullable property 'SendNotificationFault' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test.RabbitMq.Shop.Common.StateMachineService/OrderStateMachine.cs#L19
Non-nullable property 'NotificationSent' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test.RabbitMq.Shop.Api/Models/ProductModel.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Test.RabbitMq.Shop.Api/Models/OrderModel.cs#L8
Non-nullable property 'Product' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading