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
The proposal would be to move to Typed based interfaces only and expose Generic based sugar syntax through extension methods delegating to the pure interface methods.
This would have the following benefits
Reduce the scope of core interfaces
Be able to easily dismiss some lack of code coverage if it only exists at the extension methods level
The text was updated successfully, but these errors were encountered:
Currently we've got things like this
and others than only expose generic based variants
The proposal would be to move to Typed based interfaces only and expose Generic based sugar syntax through extension methods delegating to the pure interface methods.
This would have the following benefits
The text was updated successfully, but these errors were encountered: