Skip to content

feat(client): add some convenience constructors #59

feat(client): add some convenience constructors

feat(client): add some convenience constructors #59

Triggered via push August 1, 2025 20:08
Status Failure
Total duration 1m 20s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors
test
Process completed with exit code 1.
test: src/Orb/Services/Subscriptions/SubscriptionService.cs#L65
'Subscriptions' is a namespace but is used like a type
test: src/Orb/Services/Subscriptions/ISubscriptionService.cs#L221
'Subscriptions' is a namespace but is used like a type
test: src/Orb/Services/DimensionalPriceGroups/IDimensionalPriceGroupService.cs#L38
'DimensionalPriceGroups' is a namespace but is used like a type
test: src/Orb/Services/DimensionalPriceGroups/DimensionalPriceGroupService.cs#L94
'DimensionalPriceGroups' is a namespace but is used like a type
test: src/Orb/Services/Coupons/Subscriptions/SubscriptionService.cs#L10
'SubscriptionService' does not implement interface member 'ISubscriptionService.List(SubscriptionListParams)'. 'SubscriptionService.List(SubscriptionListParams)' cannot implement 'ISubscriptionService.List(SubscriptionListParams)' because it does not have the matching return type of 'Task<Subscriptions>'.
test: src/Orb/Services/Coupons/Subscriptions/ISubscriptionService.cs#L14
'Subscriptions' is a namespace but is used like a type