simplesoft-pt / Mediator

Small .NET library that helps with the implementation of mediator pattern for commands, events and queries
MIT License
41 stars 9 forks source link

LoggingMiddleware does not extend IMiddleware #6

Closed gravity00 closed 7 years ago

gravity00 commented 7 years ago

The LoggingMiddleware does not extend from the interface IMiddleware. This makes it impossible to use the helper method serviceCollection.AddMediatorMiddleware<LoggingMiddleware>() or any equivalet method.