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
Thanks for your suggestion, @NikolaosWakem, and for being an early adopter.
Would you see value in having other generic methods (for instance CallWebApiForUserAsync?)
Thanks for getting back to me... I just use the following...
Just as a thought, C# 8 introduced "default implementations in interfaces" which allows you to add new methods to interfaces without breaking backwards compat. So if these methods should be part of the interface, consider using this mechanism. If however these methods are more of a convenience API, or you want to hide them under a different namespace, you can use extensions.
Thanks for getting back to me... I just use the following...
Originally posted by @NikolaosWakem in #503 (comment)
The text was updated successfully, but these errors were encountered: