Skip to content

4 add UI to make demo easier #78

4 add UI to make demo easier

4 add UI to make demo easier #78

Triggered via pull request November 29, 2023 19:31
Status Success
Total duration 1m 11s
Artifacts

dotnet.yml

on: pull_request
Build Solution
43s
Build Solution
Docker Compose Build
1m 1s
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/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/SagaModifyOrderAddItem.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/SagaModifyOrderAddItem.cs#L7
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/SagaCreateOrder.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/Commands/SagaCreateOrder.cs#L8
Non-nullable property 'StatusUpdateAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build Solution: src/services/order/BurgerLink.Order.Contracts/Commands/SagaBeginPreparation.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/inventory/BurgerLink.Inventory.Contracts/Events/InventoryItemAdded.cs#L7
'InventoryItemAdded.ItemName' hides inherited member 'BaseInventoryItem.ItemName'. Use the new keyword if hiding was intended.
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/