Merge pull request #4 from SH4KUR/feature/saga-pattern-implementation #6
Annotations
10 warnings
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|