Shopping Cart Command Workflow #277
Annotations
4 warnings
src/Services/ShoppingCart/Command/Domain/Aggregates/ShoppingCart.cs#L138
Argument of type 'Money' cannot be used as an output of type 'Dto.Money' for parameter 'Total' in 'void CartCreated.Deconstruct(out Guid CartId, out Guid CustomerId, out Money Total, out string Status, out long Version)' due to differences in the nullability of reference types.
|
src/Services/ShoppingCart/Command/Domain/Aggregates/ShoppingCart.cs#L138
Argument of type 'CartStatus' cannot be used as an output of type 'string' for parameter 'Status' in 'void CartCreated.Deconstruct(out Guid CartId, out Guid CustomerId, out Money Total, out string Status, out long Version)' due to differences in the nullability of reference types.
|
src/Services/ShoppingCart/Command/Domain/Aggregates/ShoppingCart.cs#L138
Argument of type 'Money' cannot be used as an output of type 'Dto.Money' for parameter 'Total' in 'void CartCreated.Deconstruct(out Guid CartId, out Guid CustomerId, out Money Total, out string Status, out long Version)' due to differences in the nullability of reference types.
|
src/Services/ShoppingCart/Command/Domain/Aggregates/ShoppingCart.cs#L138
Argument of type 'CartStatus' cannot be used as an output of type 'string' for parameter 'Status' in 'void CartCreated.Deconstruct(out Guid CartId, out Guid CustomerId, out Money Total, out string Status, out long Version)' due to differences in the nullability of reference types.
|
The logs for this run have expired and are no longer available.
Loading