add outbox to order command api #49
Annotations
10 warnings
build:
src/Services/Order.Command/Order.Command.Infrastructure/Data/Migrations/20241220065009_add outbox.cs#L9
The type name 'addoutbox' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build:
src/Services/Order.Command/Order.Command.Infrastructure/Data/Migrations/20241220065009_add outbox.Designer.cs#L17
The type name 'addoutbox' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build:
src/Services/Order.Command/Order.Command.API/Endpoints/UpdateOrder/Models.cs#L8
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/UpdateOrder/Models.cs#L14
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/UpdateOrder/Models.cs#L17
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/UpdateOrder/Models.cs#L20
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/UpdateOrder/Models.cs#L23
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/UpdateOrder/Models.cs#L25
Non-nullable property 'Status' 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/UpdateOrder/Models.cs#L28
Non-nullable property 'OrderItems' 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.
|