Skip to content

full merge from dev to master #6

full merge from dev to master

full merge from dev to master #6

Triggered via pull request August 28, 2023 17:07
@SH4KURSH4KUR
opened #5
develop
Status Success
Total duration 49s
Artifacts

dotnet-master.yml

on: pull_request
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.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.