Steven Swenson

Results 1 issues of Steven Swenson

Let's say I have two classes that implement ICommand: `TestCommand1` and `TestCommand2`. The following handler will cause the router to throw an "AmbiguousMatchException": ``` csharp public class TestCommandHandler : IHandleCommand,...

enhancement
up-for-grabs