Skip to content

4 add UI to make demo easier #84

4 add UI to make demo easier

4 add UI to make demo easier #84

Triggered via pull request December 8, 2023 05:41
Status Success
Total duration 1m 13s
Artifacts

dotnet.yml

on: pull_request
Build Solution
46s
Build Solution
Docker Compose Build
1m 3s
Docker Compose Build
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build Solution: src/services/order/BurgerLink.Order.Contracts/Responses/OrderStatus.cs#L5
Non-nullable property 'Items' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build Solution: src/services/order/BurgerLink.Order.Contracts/Responses/OrderStatus.cs#L6
Non-nullable property 'OrderName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build Solution: src/services/order/BurgerLink.Order.Contracts/Responses/OrderNotFound.cs#L5
Non-nullable property 'OrderName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build Solution: src/services/order/BurgerLink.Order.Contracts/Responses/OrderCreated.cs#L5
Non-nullable property 'OrderId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build Solution: src/services/order/BurgerLink.Order.Contracts/Responses/OrderCreated.cs#L6
Non-nullable property 'OrderName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build Solution: src/services/order/BurgerLink.Order.Contracts/Requests/SagaOrderStatusRequest.cs#L5
Non-nullable property 'OrderName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build Solution: src/services/order/BurgerLink.Order.Contracts/Commands/SagaSetOrderItems.cs#L5
Non-nullable property 'ItemName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build Solution: src/services/order/BurgerLink.Order.Contracts/Commands/SagaSetOrderItems.cs#L7
Non-nullable property 'OrderId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build Solution: src/services/order/BurgerLink.Order.Contracts/Commands/SagaCreateOrder.cs#L6
Non-nullable property 'OrderId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build Solution: src/services/order/BurgerLink.Order.Contracts/Commands/SagaCreateOrder.cs#L7
Non-nullable property 'OrderName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Docker Compose Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/