Enexure.MicroBus icon indicating copy to clipboard operation
Enexure.MicroBus copied to clipboard

MicroBus is a simple in process Mediator for .NET

Results 10 Enexure.MicroBus issues
Sort by recently updated
recently updated
newest added

The library has `IQuery` interface. There should be a similar version for commands that will allow for a result object `ICommand`. It should work in similar way as query does....

Enable Nullable types compiler option allowing code that uses MicroBus to benefit from better static analysis regarding null checks. This also has the side affect of highlighting any null related...

Is there any built-in retry logic? I am looking for simple mediators where I can publish an event and have multiple subscribers consuming it, and MicroBus seems like a perfect...

When using a Saga to kick off a command that will, in turn, generate an event to finish the saga, the generated event happens **twice**. ![image](https://user-images.githubusercontent.com/2947017/45343435-23625400-b55e-11e8-9f16-0de61f8f634e.png) I'm not sure if...

When I try to download the solution from nuget the assembly is not signed and therefore I get an error when compiling.

Add a MicroBus.Ninject package for bindings to Ninject.

enhancement
help wanted

Registering a handler currently requires you to define a class which implements a handler interface such as `ICommandHandler`. I would also be useful to register functions and delegates as handlers...

enhancement

Hi Daniel, I have just taken a look at mediatr and this. Good work btw, your implementation performs really well. It would be useful to be able to define a...

First of all, thanks for the project! I like it. Request though: I'm figuring it out myself and it's well designed -- but more examples would be nice.

[email protected] has dependency to [email protected] which has vulnerability: [LINK](https://github.com/dotnet/standard/issues/1786). Please update it to newer version if possible. Update: It's because .net standard that is used in this project references [email protected]....