John Weber
John Weber
Event Handlers for Async requests resulting in exceptions don't call the OnResponse method ---- **Describe the bug** Calls that result in an Exception thrown by the client (e.g. `NotFound`) only...
### Summary I don't know how to precisely reproduce or explain this issue, but after running for a while, my `alt` key stops responding every other press until I stop...
**Describe the bug** When using the [FetchNextPageAsync](https://github.com/recurly/recurly-client-dotnet/blob/v3-v2021-02-25/Recurly/Pager.cs#L79-L89) method to retrieve an account's Subscriptions (using the `ListAccountSubscriptions` method), I get back an `AggregateException` where the `InnerException` property is the instance of...
I know the `IClient` and `Client` files are auto-generated, but this should show what's wrong with the return type for this method. Fixing this should resolve #853.
`this.HandleResponse` can throw an exception, leading to the event handlers never firing. This makes the Async code path operate the same as the Sync code path for requests. This should...
**Describe the bug** When calling the `ListEntitlements` method, the client returns a `Pager` instead of a `Pager` object. This causes improper deserialization of the response and fails to return the...