How the new version of MediatR (12.0.1) might break your application

Опубликовано: 26 Апрель 2023
на канале: Spyros Katsios
1,269
28

Hi everyone. MediatR 12.0.1 was recently released and has some major changes. In previous versions, when we didn't need to return something from a handler, we used the Task of Unit as the return type, since we couldn't return just a Task. With the new version we can, but there is a problem that we need to tackle first.

#mediator #mediatr