4 add UI to make demo easier #84
dotnet.yml
on: pull_request
Build Solution
46s
Docker Compose Build
1m 3s
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/
|