jbogard / MediatR.Extensions.Microsoft.DependencyInjection

MediatR extensions for Microsoft.Extensions.DependencyInjection
MIT License
327 stars 89 forks source link

Match deriving request with correct handler #31

Closed Condra963 closed 6 years ago

Condra963 commented 6 years ago

When you have GetByIdAndNameQuery deriving from GetByIdQuery you don't match the handler if you Add the correct one. This is a small fix for it.