Skip to content

Remove customer and product table from order command (#64) #36

Remove customer and product table from order command (#64)

Remove customer and product table from order command (#64) #36

Triggered via push November 2, 2024 20:28
Status Success
Total duration 1m 33s
Artifacts
Fit to window
Zoom out
Zoom in

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.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.Infrastructure/Data/Migrations/20241102201905_remove product.cs#L9
The type name 'removeproduct' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: src/Services/Order.Command/Order.Command.Infrastructure/Data/Migrations/20241102201905_remove product.Designer.cs#L17
The type name 'removeproduct' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: src/Services/Order.Command/Order.Command.Infrastructure/Data/Migrations/20241102201627_remove customer.cs#L9
The type name 'removecustomer' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: src/Services/Order.Command/Order.Command.Infrastructure/Data/Migrations/20241102201627_remove customer.Designer.cs#L17
The type name 'removecustomer' 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.