order command api - add ConcurrencyToken (#71) #47
Annotations
10 warnings
build:
src/Services/Order.Command/Order.Command.API/Endpoints/UpdateOrder/Models.cs#L8
Non-nullable property 'Order' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Services/Order.Command/Order.Command.API/Endpoints/GetOrdersByName/Models.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Services/Order.Command/Order.Command.API/Endpoints/GetOrdersByCustomer/Models.cs#L9
Non-nullable property 'CustomerId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Services/Order.Command/Order.Command.API/Endpoints/CreateOrder/Models.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Services/Order.Command/Order.Command.API/Endpoints/CreateOrder/Models.cs#L8
Non-nullable property 'CustomerId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Services/Order.Command/Order.Command.API/Endpoints/CreateOrder/Models.cs#L11
Non-nullable property 'OrderName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Services/Order.Command/Order.Command.API/Endpoints/CreateOrder/Models.cs#L14
Non-nullable property 'ShippingAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Services/Order.Command/Order.Command.API/Endpoints/CreateOrder/Models.cs#L17
Non-nullable property 'BillingAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Services/Order.Command/Order.Command.API/Endpoints/CreateOrder/Models.cs#L20
Non-nullable property 'Payment' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Services/Order.Command/Order.Command.API/Endpoints/CreateOrder/Models.cs#L23
Non-nullable property 'OrderItems' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|