swaggerwcf icon indicating copy to clipboard operation
swaggerwcf copied to clipboard

Cannot scan the methods from nested interface

Open ghost opened this issue 6 years ago • 3 comments

Now swaggerwcf can only scan methods on one level of interface, but cannot scan the methods from nested interface. This feature is useful when there are some common methods for multiple RESTful endpoint

ghost avatar Feb 12 '18 07:02 ghost

Hi @lifranky, I'm curious :), can I see an example?

JFDionne avatar Feb 18 '18 05:02 JFDionne

For example, there is a base service which contain Create<T>, then the concrete service (say, AuthorService) extended the base service. Currently swaggerwcf cannot scan the method "Create" on AuthorService

franky-li avatar Mar 20 '18 09:03 franky-li

can you check now? after merging the PR from @lifra-esq, the interfaces are scanned checkout the test project, it has a sample added by @lifra-esq

abelsilva avatar Jun 27 '18 00:06 abelsilva