Jorgen Bosman

Results 3 issues of Jorgen Bosman

Some wsdls have multiple services defined in them. You code only generated html for the first class. This fix fill generate html for all classes

I tried to fiddle with the code and created a PR that seems to solve this issue for me: https://github.com/ArxOne/MrAdvice/issues/206

I have an attibute which accepts some constructor parameters: ``` internal class MyAttribute : Attribute, IMethodAsyncAdvice { int increment; public static int count = 0; public MyAttribute(int increment) { this.increment...