MessageRouter icon indicating copy to clipboard operation
MessageRouter copied to clipboard

A CQRS (Event-driven) message router in F#

Results 6 MessageRouter issues
Sort by recently updated
recently updated
newest added

In several places, the code base uses the word "action" to describe the wrapper which handles message processing. This is rather confusing as _action_ is a very overloaded term. In...

enhancement
housekeeping

Cross-platform means -- at least -- Windows (with Visual Studio) and OS X (with Xamarin Studio).

enhancement
housekeeping
up-for-grabs

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

Property-based tests should supplement (and not replace) existing unit tests.

housekeeping