You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@aleevans Thanks for bringing both of this issues up. As stated in issue #662 I will make a feature request for this issue. This will be put in our backlog so in the meantime if you need the functionality sooner than our engineers are able to get to it feel free to consider making a PR for the features you would like added. As an open source repository we are always happy to work with engineers on PRs that are submitted. Otherwise we will follow up once the feature request is picked up and the new feature is ready for release.
quexy
linked a pull request
Nov 5, 2021
that will
close
this issue
Would it be possible to get an
IPager<T>
interface written for the existingPager<T>
class, and havePager<T>
implement it?With an
IPager<T>
interface, theIClient
interface could then be updated so that all methods which return aPager<T>
now return anIPager<T>
.This would allow my team to mock the pager for testing as well as create a wrapper with added logic.
The text was updated successfully, but these errors were encountered: