⚠ Deprecated: Legacy
Due to the commercialization of MediatR, this project has been restructured and is now maintained under the Arbiter repository with MediatR removed.
Suggested alternative: Arbiter.CommandQuery.MongoDB
CQRS framework based on MediatR
$ dotnet add package MediatR.CommandQuery.MongoDBCQRS framework using MediatR, AutoMapper and FluentValidation
| Package | Version | Description |
|---|---|---|
| MediatR.CommandQuery | Base package for Commands, Queries and Behaviours | |
| MediatR.CommandQuery.EntityFrameworkCore | Entity Framework Core handlers for the base Commands and Queries | |
| MediatR.CommandQuery.MongoDB | Mongo DB handlers for the base Commands and Queries | |
| MediatR.CommandQuery.Endpoints |
| Minimal API endpoints for base Commands and Queries |
| MediatR.CommandQuery.Mvc | MVC Controller endpoints base Commands and Queries |
The MediatR.CommandQuery.EntityFrameworkCore library is available on nuget.org via package name MediatR.CommandQuery.EntityFrameworkCore.
To install MediatR.CommandQuery.EntityFrameworkCore, run the following command in the Package Manager Console
Install-Package MediatR.CommandQuery.EntityFrameworkCoreOR
dotnet add package MediatR.CommandQuery.EntityFrameworkCore