martinothamar / Mediator

A high performance implementation of Mediator pattern in .NET using source generators.
MIT License
2.14k stars 71 forks source link

MessagePreProcessor not found #81

Closed StormrageSTR closed 1 year ago

StormrageSTR commented 1 year ago

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 image_2023-02-08_14-58-46

martinothamar commented 1 year ago

These types are in the 2.1 preview currently. So they will be available there 🙂

martinothamar commented 1 year ago

Closing this for now, but feel free to comment if there's anything else