fullstackhero / dotnet-starter-kit

Production Grade Cloud-Ready .NET 8 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.

Home Page:https://fullstackhero.net/dotnet-webapi-boilerplate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use wolverine for new version?

ngoquoctoandev opened this issue · comments

Could you consider using wolverine instead of MediatR and message bus in .NET 8?
The as described by the repository, Wolverine is Next Generation .NET Mediator and Message Bus.

Initially i too decided to go with Wolverine, but it has way too much magic happening internally. I wouldn't prefer this. Mediatr is far easier and perfect for the general use case.