I trying to migrate my old application from MediatR to this Mediator. So I got issue with MessagePreProcessor which I want to use instead of IRequestPreProcessor.
It looks like it doesn't exist. I've included Mediator.Abstractions and Mediator.SourceGenerator both version 2.0.30 and can't use it
I trying to migrate my old application from MediatR to this Mediator. So I got issue with MessagePreProcessor which I want to use instead of IRequestPreProcessor. It looks like it doesn't exist. I've included Mediator.Abstractions and Mediator.SourceGenerator both version 2.0.30 and can't use it