fix request binder in order command api (create endpoint) #42
Annotations
10 warnings
build:
src/Services/Order.Command/Order.Command.Domain/Models/Order.cs#L38
Possible null reference assignment.
|
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/DeleteOrder/Models.cs#L8
Non-nullable property 'OrderId' 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.
|