MediatR.CommandQuery
16.6.2
dotnet add package MediatR.CommandQuery --version 16.6.2
NuGet\Install-Package MediatR.CommandQuery -Version 16.6.2
<PackageReference Include="MediatR.CommandQuery" Version="16.6.2" />
<PackageVersion Include="MediatR.CommandQuery" Version="16.6.2" />
<PackageReference Include="MediatR.CommandQuery" />
paket add MediatR.CommandQuery --version 16.6.2
#r "nuget: MediatR.CommandQuery, 16.6.2"
#addin nuget:?package=MediatR.CommandQuery&version=16.6.2
#tool nuget:?package=MediatR.CommandQuery&version=16.6.2
MediatR.CommandQuery
CQRS 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 |
Features
- Base commands and queries for common CRUD operations
- Generics base handlers for implementing common CRUD operations
- Common behaviors for audit, caching, soft delete, multi-tenant and validation
- View modal to data modal mapping via AutoMapper
- Model validation via FluentValidation
- Entity Framework Core handlers for common CRUD operations
- MongoDB handlers for common CRUD operations
Installation
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.EntityFrameworkCore
OR
dotnet add package MediatR.CommandQuery.EntityFrameworkCore
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- FluentValidation (>= 11.11.0)
- MediatR (>= 12.4.1)
- Microsoft.Extensions.Caching.Abstractions (>= 9.0.3)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.3)
- Microsoft.Extensions.Options (>= 9.0.3)
- System.Linq.Dynamic.Core (>= 1.6.0.2)
- System.Text.Json (>= 9.0.3)
- SystemTextJsonPatch (>= 4.2.0)
-
net9.0
- FluentValidation (>= 11.11.0)
- MediatR (>= 12.4.1)
- Microsoft.Extensions.Caching.Abstractions (>= 9.0.3)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.3)
- Microsoft.Extensions.Options (>= 9.0.3)
- System.Linq.Dynamic.Core (>= 1.6.0.2)
- System.Text.Json (>= 9.0.3)
- SystemTextJsonPatch (>= 4.2.0)
NuGet packages (7)
Showing the top 5 NuGet packages that depend on MediatR.CommandQuery:
Package | Downloads |
---|---|
MediatR.CommandQuery.EntityFrameworkCore
CQRS framework based on MediatR |
|
MediatR.CommandQuery.Audit
CQRS framework based on MediatR |
|
MediatR.CommandQuery.Mvc
CQRS framework based on MediatR |
|
MediatR.CommandQuery.Hangfire
CQRS framework based on MediatR |
|
MediatR.CommandQuery.Cosmos
CQRS framework based on MediatR |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
16.6.2 | 660 | 3/27/2025 |
16.6.1 | 532 | 3/25/2025 |
16.6.0 | 231 | 3/17/2025 |
16.5.2 | 256 | 3/11/2025 |
16.5.1 | 251 | 3/11/2025 |
16.5.0 | 224 | 2/27/2025 |
16.4.2 | 314 | 2/20/2025 |
16.4.1 | 195 | 2/19/2025 |
16.4.0 | 189 | 2/17/2025 |
16.3.0 | 224 | 2/11/2025 |
16.2.1 | 242 | 1/31/2025 |
16.2.0 | 204 | 1/25/2025 |
16.1.4 | 207 | 1/23/2025 |
16.1.3 | 187 | 1/20/2025 |
16.1.2 | 168 | 1/18/2025 |
16.1.1 | 799 | 11/22/2024 |
16.1.0 | 174 | 11/21/2024 |
16.0.0 | 184 | 11/20/2024 |
16.0.0-beta.4 | 79 | 11/14/2024 |
16.0.0-beta.3 | 76 | 11/12/2024 |
16.0.0-beta.2 | 82 | 10/28/2024 |
16.0.0-beta.1 | 77 | 10/13/2024 |
15.9.8 | 429 | 10/9/2024 |
15.9.7 | 291 | 9/20/2024 |
15.9.6 | 383 | 8/23/2024 |
15.9.5 | 205 | 8/2/2024 |
15.9.4 | 173 | 8/1/2024 |
15.9.3 | 232 | 7/26/2024 |
15.9.2 | 269 | 7/16/2024 |
15.9.1 | 388 | 6/4/2024 |
15.9.0 | 308 | 5/19/2024 |
15.8.2 | 270 | 5/16/2024 |
15.8.1 | 247 | 5/16/2024 |
15.8.0 | 621 | 5/10/2024 |
15.7.0 | 300 | 5/4/2024 |
15.6.1 | 246 | 5/1/2024 |
15.6.0 | 250 | 5/1/2024 |
15.5.0 | 263 | 4/26/2024 |
15.4.1 | 505 | 4/12/2024 |
15.4.0 | 296 | 3/25/2024 |
15.3.0 | 246 | 3/24/2024 |
15.2.0 | 323 | 2/26/2024 |
15.1.0 | 277 | 2/8/2024 |
15.0.0 | 340 | 1/1/2024 |
14.0.0 | 281 | 12/21/2023 |
12.1.0 | 483 | 7/29/2023 |
12.0.956 | 477 | 4/29/2023 |
12.0.919 | 944 | 12/28/2022 |
12.0.849 | 2,394 | 8/20/2022 |
12.0.768 | 1,337 | 4/23/2022 |
11.0.750 | 1,249 | 3/21/2022 |
11.0.715 | 1,325 | 1/18/2022 |
11.0.706 | 734 | 12/23/2021 |
10.0.676 | 1,130 | 11/18/2021 |
10.0.671 | 1,155 | 11/10/2021 |
9.1.628 | 1,151 | 11/3/2021 |
9.0.626 | 1,261 | 10/31/2021 |
9.0.625 | 1,378 | 10/31/2021 |
8.7.623 | 1,253 | 10/29/2021 |
8.6.0.609 | 1,138 | 10/22/2021 |
8.6.0.606 | 1,128 | 10/20/2021 |
8.6.0.605 | 1,115 | 10/18/2021 |
8.6.0.562 | 1,235 | 7/28/2021 |
8.6.0.547 | 1,164 | 7/9/2021 |
8.5.0.507 | 1,390 | 4/24/2021 |
8.5.0.436 | 1,000 | 2/15/2021 |
8.5.0.431 | 1,005 | 2/11/2021 |
8.5.0.420 | 922 | 2/2/2021 |
8.5.0.419 | 819 | 2/1/2021 |
8.0.0.411 | 892 | 1/19/2021 |
8.0.0.410 | 904 | 1/19/2021 |
8.0.0.409 | 870 | 1/19/2021 |
8.0.0.404 | 843 | 1/14/2021 |
7.0.0.399 | 941 | 12/9/2020 |
7.0.0.384 | 947 | 11/16/2020 |
7.0.0.381 | 933 | 11/12/2020 |
6.0.0.353 | 938 | 10/26/2020 |
6.0.0.328 | 992 | 10/10/2020 |
6.0.0.317 | 1,011 | 9/18/2020 |
6.0.0.316 | 1,083 | 9/13/2020 |
6.0.0.297 | 985 | 8/30/2020 |
6.0.0.295 | 964 | 8/28/2020 |
6.0.0.270 | 1,053 | 8/10/2020 |
6.0.0.257 | 1,048 | 7/23/2020 |
6.0.0.256 | 1,003 | 7/23/2020 |
5.0.0.253 | 954 | 7/19/2020 |
5.0.0.230 | 1,004 | 7/6/2020 |
5.0.0.223 | 980 | 6/25/2020 |
5.0.0.215 | 1,030 | 6/13/2020 |
5.0.0.174 | 1,113 | 5/11/2020 |
5.0.0.173 | 1,084 | 5/11/2020 |
5.0.0.157 | 1,151 | 4/2/2020 |
4.0.0.133 | 968 | 3/13/2020 |
4.0.0.108 | 1,003 | 1/24/2020 |
4.0.0.89 | 1,055 | 1/7/2020 |
4.0.0.76 | 802 | 12/15/2019 |
4.0.0.72 | 768 | 12/5/2019 |
4.0.0.49 | 754 | 11/28/2019 |
4.0.0.23 | 843 | 9/26/2019 |
3.0.0.22 | 1,044 | 4/22/2019 |
3.0.0.21 | 864 | 4/7/2019 |
2.0.0.17 | 859 | 4/7/2019 |