Skip to content

order command api

order command api #32

Triggered via pull request November 2, 2024 15:46
Status Success
Total duration 2m 7s
Artifacts

order-command-api-CI.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Services/Order.Command/Order.Command.Infrastructure/Data/Migrations/20240924100621_add-complex-type.cs#L8
The type name 'addcomplextype' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: src/Services/Order.Command/Order.Command.Infrastructure/Data/Migrations/20240924100621_add-complex-type.Designer.cs#L17
The type name 'addcomplextype' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: src/Services/Order.Command/Order.Command.Infrastructure/Data/Migrations/20240926093215_add-rowversion.cs#L8
The type name 'addrowversion' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: src/Services/Order.Command/Order.Command.Infrastructure/Data/Migrations/20240926093215_add-rowversion.Designer.cs#L17
The type name 'addrowversion' 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 '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/CreateOrder/Models.cs#L7
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/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/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.Infrastructure/Data/Migrations/20240924100621_add-complex-type.cs#L8
The type name 'addcomplextype' only contains lower-cased ascii characters. Such names may become reserved for the language.