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
Please extract the important object information into interfaces cause otherwise I'm forced to use your implementations and cannot provide my own in an easy way.
The text was updated successfully, but these errors were encountered:
@ch-hristov: I posted a comment on issue 403 which I thought you might find useful: I suggested considering StrongGrid which is an alternative .net client implementing an interface for easy mocking. (disclaimer: I'm the author of this library)
It also allows you to inject a httClient so that, if you prefer, you can mock the data returned from the API.
Issue Summary
Please extract the important object information into interfaces cause otherwise I'm forced to use your implementations and cannot provide my own in an easy way.
The text was updated successfully, but these errors were encountered: