update ErpSimulator order model #201
Annotations
10 warnings
src/plugins/ShopSimulator/Integrify.Plugins.ShopSimulator.Domain/Models/Order.cs#L14
Non-nullable property 'Customer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/plugins/ShopSimulator/Integrify.Plugins.ShopSimulator.Domain/Models/Order.cs#L16
Non-nullable property 'Products' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/integrations/products/Integrify.Integrations.Products.Model/ProductIntegrationModel.cs#L11
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/integrations/customers/Integrify.Integrations.Customers.Model/CustomerIntegrationModel.cs#L12
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/integrations/orders/Integrify.Integrations.Orders.Model/OrderIntegrationModel.cs#L12
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/plugins/ShopSimulator/Integrify.Plugins.ShopSimulator.Domain/Models/Order.cs#L14
Non-nullable property 'Customer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/plugins/ShopSimulator/Integrify.Plugins.ShopSimulator.Domain/Models/Order.cs#L16
Non-nullable property 'Products' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/integrations/products/Integrify.Integrations.Products.Model/ProductIntegrationModel.cs#L11
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/integrations/customers/Integrify.Integrations.Customers.Model/CustomerIntegrationModel.cs#L12
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/integrations/orders/Integrify.Integrations.Orders.Model/OrderIntegrationModel.cs#L12
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading