Skip to content

Update README.md

Update README.md #10

Triggered via push August 30, 2023 10:22
Status Success
Total duration 40s
Artifacts
Fit to window
Zoom out
Zoom in

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.Core/Entities/Product.cs#L8
Non-nullable property 'Description' 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.