Skip to content

Order Command Workflow #391

Order Command Workflow

Order Command Workflow #391

Triggered via push May 29, 2023 09:11
Status Success
Total duration 14m 38s
Artifacts
Matrix: workflow / build / build
Matrix: workflow / test / test
workflow  /  ...  /  analyze
1m 7s
workflow / quality / analyze
Matrix: workflow / security / analyze
Fit to window
Zoom out
Zoom in

Annotations

34 warnings
workflow / build / ubuntu-latest: src/Services/Order/Command/Domain/Aggregates/Order.cs#L57
Argument of type 'Money' cannot be used as an output of type 'Dto.Money' for parameter 'Total' in 'void OrderPlaced.Deconstruct(out Guid OrderId, out Guid CustomerId, out Money Total, out Address BillingAddress, out Address ShippingAddress, out IEnumerable<OrderItem> Items, out IEnumerable<PaymentMethod> PaymentMethods, out string Status, out long Version)' due to differences in the nullability of reference types.
workflow / build / ubuntu-latest: src/Services/Order/Command/Domain/Aggregates/Order.cs#L57
Argument of type 'Address' cannot be used as an output of type 'Dto.Address' for parameter 'BillingAddress' in 'void OrderPlaced.Deconstruct(out Guid OrderId, out Guid CustomerId, out Money Total, out Address BillingAddress, out Address ShippingAddress, out IEnumerable<OrderItem> Items, out IEnumerable<PaymentMethod> PaymentMethods, out string Status, out long Version)' due to differences in the nullability of reference types.
workflow / build / ubuntu-latest: src/Services/Order/Command/Domain/Aggregates/Order.cs#L57
Argument of type 'Address' cannot be used as an output of type 'Dto.Address' for parameter 'ShippingAddress' in 'void OrderPlaced.Deconstruct(out Guid OrderId, out Guid CustomerId, out Money Total, out Address BillingAddress, out Address ShippingAddress, out IEnumerable<OrderItem> Items, out IEnumerable<PaymentMethod> PaymentMethods, out string Status, out long Version)' due to differences in the nullability of reference types.
workflow / build / ubuntu-latest: src/Services/Order/Command/Domain/Aggregates/Order.cs#L57
Argument of type 'OrderStatus' cannot be used as an output of type 'string' for parameter 'Status' in 'void OrderPlaced.Deconstruct(out Guid OrderId, out Guid CustomerId, out Money Total, out Address BillingAddress, out Address ShippingAddress, out IEnumerable<OrderItem> Items, out IEnumerable<PaymentMethod> PaymentMethods, out string Status, out long Version)' due to differences in the nullability of reference types.
workflow / build / ubuntu-latest: src/Services/Order/Command/Domain/Aggregates/Order.cs#L57
Argument of type 'Money' cannot be used as an output of type 'Dto.Money' for parameter 'Total' in 'void OrderPlaced.Deconstruct(out Guid OrderId, out Guid CustomerId, out Money Total, out Address BillingAddress, out Address ShippingAddress, out IEnumerable<OrderItem> Items, out IEnumerable<PaymentMethod> PaymentMethods, out string Status, out long Version)' due to differences in the nullability of reference types.
workflow / build / ubuntu-latest: src/Services/Order/Command/Domain/Aggregates/Order.cs#L57
Argument of type 'Address' cannot be used as an output of type 'Dto.Address' for parameter 'BillingAddress' in 'void OrderPlaced.Deconstruct(out Guid OrderId, out Guid CustomerId, out Money Total, out Address BillingAddress, out Address ShippingAddress, out IEnumerable<OrderItem> Items, out IEnumerable<PaymentMethod> PaymentMethods, out string Status, out long Version)' due to differences in the nullability of reference types.
workflow / build / ubuntu-latest: src/Services/Order/Command/Domain/Aggregates/Order.cs#L57
Argument of type 'Address' cannot be used as an output of type 'Dto.Address' for parameter 'ShippingAddress' in 'void OrderPlaced.Deconstruct(out Guid OrderId, out Guid CustomerId, out Money Total, out Address BillingAddress, out Address ShippingAddress, out IEnumerable<OrderItem> Items, out IEnumerable<PaymentMethod> PaymentMethods, out string Status, out long Version)' due to differences in the nullability of reference types.
workflow / build / ubuntu-latest: src/Services/Order/Command/Domain/Aggregates/Order.cs#L57
Argument of type 'OrderStatus' cannot be used as an output of type 'string' for parameter 'Status' in 'void OrderPlaced.Deconstruct(out Guid OrderId, out Guid CustomerId, out Money Total, out Address BillingAddress, out Address ShippingAddress, out IEnumerable<OrderItem> Items, out IEnumerable<PaymentMethod> PaymentMethods, out string Status, out long Version)' due to differences in the nullability of reference types.
workflow / build / macOS-latest: src/Services/Order/Command/Domain/Aggregates/Order.cs#L57
Argument of type 'Money' cannot be used as an output of type 'Dto.Money' for parameter 'Total' in 'void OrderPlaced.Deconstruct(out Guid OrderId, out Guid CustomerId, out Money Total, out Address BillingAddress, out Address ShippingAddress, out IEnumerable<OrderItem> Items, out IEnumerable<PaymentMethod> PaymentMethods, out string Status, out long Version)' due to differences in the nullability of reference types.
workflow / build / macOS-latest: src/Services/Order/Command/Domain/Aggregates/Order.cs#L57
Argument of type 'Address' cannot be used as an output of type 'Dto.Address' for parameter 'BillingAddress' in 'void OrderPlaced.Deconstruct(out Guid OrderId, out Guid CustomerId, out Money Total, out Address BillingAddress, out Address ShippingAddress, out IEnumerable<OrderItem> Items, out IEnumerable<PaymentMethod> PaymentMethods, out string Status, out long Version)' due to differences in the nullability of reference types.
workflow / build / macOS-latest: src/Services/Order/Command/Domain/Aggregates/Order.cs#L57
Argument of type 'Address' cannot be used as an output of type 'Dto.Address' for parameter 'ShippingAddress' in 'void OrderPlaced.Deconstruct(out Guid OrderId, out Guid CustomerId, out Money Total, out Address BillingAddress, out Address ShippingAddress, out IEnumerable<OrderItem> Items, out IEnumerable<PaymentMethod> PaymentMethods, out string Status, out long Version)' due to differences in the nullability of reference types.
workflow / build / macOS-latest: src/Services/Order/Command/Domain/Aggregates/Order.cs#L57
Argument of type 'OrderStatus' cannot be used as an output of type 'string' for parameter 'Status' in 'void OrderPlaced.Deconstruct(out Guid OrderId, out Guid CustomerId, out Money Total, out Address BillingAddress, out Address ShippingAddress, out IEnumerable<OrderItem> Items, out IEnumerable<PaymentMethod> PaymentMethods, out string Status, out long Version)' due to differences in the nullability of reference types.
workflow / build / macOS-latest: src/Services/Order/Command/Domain/Aggregates/Order.cs#L57
Argument of type 'Money' cannot be used as an output of type 'Dto.Money' for parameter 'Total' in 'void OrderPlaced.Deconstruct(out Guid OrderId, out Guid CustomerId, out Money Total, out Address BillingAddress, out Address ShippingAddress, out IEnumerable<OrderItem> Items, out IEnumerable<PaymentMethod> PaymentMethods, out string Status, out long Version)' due to differences in the nullability of reference types.
workflow / build / macOS-latest: src/Services/Order/Command/Domain/Aggregates/Order.cs#L57
Argument of type 'Address' cannot be used as an output of type 'Dto.Address' for parameter 'BillingAddress' in 'void OrderPlaced.Deconstruct(out Guid OrderId, out Guid CustomerId, out Money Total, out Address BillingAddress, out Address ShippingAddress, out IEnumerable<OrderItem> Items, out IEnumerable<PaymentMethod> PaymentMethods, out string Status, out long Version)' due to differences in the nullability of reference types.
workflow / build / macOS-latest: src/Services/Order/Command/Domain/Aggregates/Order.cs#L57
Argument of type 'Address' cannot be used as an output of type 'Dto.Address' for parameter 'ShippingAddress' in 'void OrderPlaced.Deconstruct(out Guid OrderId, out Guid CustomerId, out Money Total, out Address BillingAddress, out Address ShippingAddress, out IEnumerable<OrderItem> Items, out IEnumerable<PaymentMethod> PaymentMethods, out string Status, out long Version)' due to differences in the nullability of reference types.
workflow / build / macOS-latest: src/Services/Order/Command/Domain/Aggregates/Order.cs#L57
Argument of type 'OrderStatus' cannot be used as an output of type 'string' for parameter 'Status' in 'void OrderPlaced.Deconstruct(out Guid OrderId, out Guid CustomerId, out Money Total, out Address BillingAddress, out Address ShippingAddress, out IEnumerable<OrderItem> Items, out IEnumerable<PaymentMethod> PaymentMethods, out string Status, out long Version)' due to differences in the nullability of reference types.
workflow / build / windows-latest: src/Services/Order/Command/Domain/Aggregates/Order.cs#L57
Argument of type 'Money' cannot be used as an output of type 'Dto.Money' for parameter 'Total' in 'void OrderPlaced.Deconstruct(out Guid OrderId, out Guid CustomerId, out Money Total, out Address BillingAddress, out Address ShippingAddress, out IEnumerable<OrderItem> Items, out IEnumerable<PaymentMethod> PaymentMethods, out string Status, out long Version)' due to differences in the nullability of reference types.
workflow / build / windows-latest: src/Services/Order/Command/Domain/Aggregates/Order.cs#L57
Argument of type 'Address' cannot be used as an output of type 'Dto.Address' for parameter 'BillingAddress' in 'void OrderPlaced.Deconstruct(out Guid OrderId, out Guid CustomerId, out Money Total, out Address BillingAddress, out Address ShippingAddress, out IEnumerable<OrderItem> Items, out IEnumerable<PaymentMethod> PaymentMethods, out string Status, out long Version)' due to differences in the nullability of reference types.
workflow / build / windows-latest: src/Services/Order/Command/Domain/Aggregates/Order.cs#L57
Argument of type 'Address' cannot be used as an output of type 'Dto.Address' for parameter 'ShippingAddress' in 'void OrderPlaced.Deconstruct(out Guid OrderId, out Guid CustomerId, out Money Total, out Address BillingAddress, out Address ShippingAddress, out IEnumerable<OrderItem> Items, out IEnumerable<PaymentMethod> PaymentMethods, out string Status, out long Version)' due to differences in the nullability of reference types.
workflow / build / windows-latest: src/Services/Order/Command/Domain/Aggregates/Order.cs#L57
Argument of type 'OrderStatus' cannot be used as an output of type 'string' for parameter 'Status' in 'void OrderPlaced.Deconstruct(out Guid OrderId, out Guid CustomerId, out Money Total, out Address BillingAddress, out Address ShippingAddress, out IEnumerable<OrderItem> Items, out IEnumerable<PaymentMethod> PaymentMethods, out string Status, out long Version)' due to differences in the nullability of reference types.
workflow / build / windows-latest: src/Services/Order/Command/Domain/Aggregates/Order.cs#L57
Argument of type 'Money' cannot be used as an output of type 'Dto.Money' for parameter 'Total' in 'void OrderPlaced.Deconstruct(out Guid OrderId, out Guid CustomerId, out Money Total, out Address BillingAddress, out Address ShippingAddress, out IEnumerable<OrderItem> Items, out IEnumerable<PaymentMethod> PaymentMethods, out string Status, out long Version)' due to differences in the nullability of reference types.
workflow / build / windows-latest: src/Services/Order/Command/Domain/Aggregates/Order.cs#L57
Argument of type 'Address' cannot be used as an output of type 'Dto.Address' for parameter 'BillingAddress' in 'void OrderPlaced.Deconstruct(out Guid OrderId, out Guid CustomerId, out Money Total, out Address BillingAddress, out Address ShippingAddress, out IEnumerable<OrderItem> Items, out IEnumerable<PaymentMethod> PaymentMethods, out string Status, out long Version)' due to differences in the nullability of reference types.
workflow / build / windows-latest: src/Services/Order/Command/Domain/Aggregates/Order.cs#L57
Argument of type 'Address' cannot be used as an output of type 'Dto.Address' for parameter 'ShippingAddress' in 'void OrderPlaced.Deconstruct(out Guid OrderId, out Guid CustomerId, out Money Total, out Address BillingAddress, out Address ShippingAddress, out IEnumerable<OrderItem> Items, out IEnumerable<PaymentMethod> PaymentMethods, out string Status, out long Version)' due to differences in the nullability of reference types.
workflow / build / windows-latest: src/Services/Order/Command/Domain/Aggregates/Order.cs#L57
Argument of type 'OrderStatus' cannot be used as an output of type 'string' for parameter 'Status' in 'void OrderPlaced.Deconstruct(out Guid OrderId, out Guid CustomerId, out Money Total, out Address BillingAddress, out Address ShippingAddress, out IEnumerable<OrderItem> Items, out IEnumerable<PaymentMethod> PaymentMethods, out string Status, out long Version)' due to differences in the nullability of reference types.
workflow / security / analyze (csharp): src/Services/Order/Command/Domain/Aggregates/Order.cs#L57
Argument of type 'Money' cannot be used as an output of type 'Dto.Money' for parameter 'Total' in 'void OrderPlaced.Deconstruct(out Guid OrderId, out Guid CustomerId, out Money Total, out Address BillingAddress, out Address ShippingAddress, out IEnumerable<OrderItem> Items, out IEnumerable<PaymentMethod> PaymentMethods, out string Status, out long Version)' due to differences in the nullability of reference types.
workflow / security / analyze (csharp): src/Services/Order/Command/Domain/Aggregates/Order.cs#L57
Argument of type 'Address' cannot be used as an output of type 'Dto.Address' for parameter 'BillingAddress' in 'void OrderPlaced.Deconstruct(out Guid OrderId, out Guid CustomerId, out Money Total, out Address BillingAddress, out Address ShippingAddress, out IEnumerable<OrderItem> Items, out IEnumerable<PaymentMethod> PaymentMethods, out string Status, out long Version)' due to differences in the nullability of reference types.
workflow / security / analyze (csharp): src/Services/Order/Command/Domain/Aggregates/Order.cs#L57
Argument of type 'Address' cannot be used as an output of type 'Dto.Address' for parameter 'ShippingAddress' in 'void OrderPlaced.Deconstruct(out Guid OrderId, out Guid CustomerId, out Money Total, out Address BillingAddress, out Address ShippingAddress, out IEnumerable<OrderItem> Items, out IEnumerable<PaymentMethod> PaymentMethods, out string Status, out long Version)' due to differences in the nullability of reference types.
workflow / security / analyze (csharp): src/Services/Order/Command/Domain/Aggregates/Order.cs#L57
Argument of type 'OrderStatus' cannot be used as an output of type 'string' for parameter 'Status' in 'void OrderPlaced.Deconstruct(out Guid OrderId, out Guid CustomerId, out Money Total, out Address BillingAddress, out Address ShippingAddress, out IEnumerable<OrderItem> Items, out IEnumerable<PaymentMethod> PaymentMethods, out string Status, out long Version)' due to differences in the nullability of reference types.
workflow / security / analyze (csharp): src/Services/Order/Command/Domain/Aggregates/Order.cs#L57
Argument of type 'Money' cannot be used as an output of type 'Dto.Money' for parameter 'Total' in 'void OrderPlaced.Deconstruct(out Guid OrderId, out Guid CustomerId, out Money Total, out Address BillingAddress, out Address ShippingAddress, out IEnumerable<OrderItem> Items, out IEnumerable<PaymentMethod> PaymentMethods, out string Status, out long Version)' due to differences in the nullability of reference types.
workflow / security / analyze (csharp): src/Services/Order/Command/Domain/Aggregates/Order.cs#L57
Argument of type 'Address' cannot be used as an output of type 'Dto.Address' for parameter 'BillingAddress' in 'void OrderPlaced.Deconstruct(out Guid OrderId, out Guid CustomerId, out Money Total, out Address BillingAddress, out Address ShippingAddress, out IEnumerable<OrderItem> Items, out IEnumerable<PaymentMethod> PaymentMethods, out string Status, out long Version)' due to differences in the nullability of reference types.
workflow / security / analyze (csharp): src/Services/Order/Command/Domain/Aggregates/Order.cs#L57
Argument of type 'Address' cannot be used as an output of type 'Dto.Address' for parameter 'ShippingAddress' in 'void OrderPlaced.Deconstruct(out Guid OrderId, out Guid CustomerId, out Money Total, out Address BillingAddress, out Address ShippingAddress, out IEnumerable<OrderItem> Items, out IEnumerable<PaymentMethod> PaymentMethods, out string Status, out long Version)' due to differences in the nullability of reference types.
workflow / security / analyze (csharp): src/Services/Order/Command/Domain/Aggregates/Order.cs#L57
Argument of type 'OrderStatus' cannot be used as an output of type 'string' for parameter 'Status' in 'void OrderPlaced.Deconstruct(out Guid OrderId, out Guid CustomerId, out Money Total, out Address BillingAddress, out Address ShippingAddress, out IEnumerable<OrderItem> Items, out IEnumerable<PaymentMethod> PaymentMethods, out string Status, out long Version)' due to differences in the nullability of reference types.
workflow / security / analyze (csharp): src/Services/Order/Command/Domain/Aggregates/Order.cs#L57
Argument of type 'Money' cannot be used as an output of type 'Dto.Money' for parameter 'Total' in 'void OrderPlaced.Deconstruct(out Guid OrderId, out Guid CustomerId, out Money Total, out Address BillingAddress, out Address ShippingAddress, out IEnumerable<OrderItem> Items, out IEnumerable<PaymentMethod> PaymentMethods, out string Status, out long Version)' due to differences in the nullability of reference types.
workflow / security / analyze (csharp): src/Services/Order/Command/Domain/Aggregates/Order.cs#L57
Argument of type 'Address' cannot be used as an output of type 'Dto.Address' for parameter 'BillingAddress' in 'void OrderPlaced.Deconstruct(out Guid OrderId, out Guid CustomerId, out Money Total, out Address BillingAddress, out Address ShippingAddress, out IEnumerable<OrderItem> Items, out IEnumerable<PaymentMethod> PaymentMethods, out string Status, out long Version)' due to differences in the nullability of reference types.