nclient / NClient

:dizzy: NClient is an automatic type-safe .Net HTTP client that allows you to call web service API methods using annotated interfaces or controllers without boilerplate code.
Apache License 2.0
43 stars 11 forks source link

Support for default interface methods #398

Open smolchanovsky opened 2 years ago

smolchanovsky commented 2 years ago

WIP

smolchanovsky commented 2 years ago

I found out that DynamicProxy does not support default implementations of interface methods.

We can choose a workaround as it was done in Moq, but I'm not sure it's worth doing.