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.
https://fullstackhero.net/dotnet-webapi-boilerplate/
MIT License
5.24k stars 1.57k forks source link

Use wolverine for new version? #894

Closed ngoquoctoandev closed 5 months ago

ngoquoctoandev commented 1 year ago

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.

iammukeshm commented 5 months ago

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.