Modern.CQRS.DataStore
2.0.0-beta1
See the version list below for details.
dotnet add package Modern.CQRS.DataStore --version 2.0.0-beta1
NuGet\Install-Package Modern.CQRS.DataStore -Version 2.0.0-beta1
<PackageReference Include="Modern.CQRS.DataStore" Version="2.0.0-beta1" />
paket add Modern.CQRS.DataStore --version 2.0.0-beta1
#r "nuget: Modern.CQRS.DataStore, 2.0.0-beta1"
// Install Modern.CQRS.DataStore as a Cake Addin #addin nuget:?package=Modern.CQRS.DataStore&version=2.0.0-beta1&prerelease // Install Modern.CQRS.DataStore as a Cake Tool #tool nuget:?package=Modern.CQRS.DataStore&version=2.0.0-beta1&prerelease
CQRS
Modern CQRS tools consist of Queries and Commands which use Modern generic repositories to perform CRUD operations.
To use CQRS install the Modern.CQRS.DataStore.DependencyInjection
Nuget package and register it within Modern builder in DI:
builder.Services
.AddModern()
.AddCqrs(options =>
{
options.AddQueriesCommandsAndHandlersFor<AirplaneDto, AirplaneDbo, long, IModernRepository<AirplaneDbo, long>>();
});
Specify the type of Dto and dbo entity models, primary key and modern repository.
CQRS requires one of modern repositories to be registered.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. 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. |
-
net6.0
- Mapster (>= 7.4.0)
- MediatR (>= 12.2.0)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.0)
- Modern.CQRS.DataStore.Abstractions (>= 1.1.0-beta1)
- Modern.Data (>= 1.1.0)
- Modern.Exceptions (>= 1.1.0)
- Modern.Extensions.Microsoft.DependencyInjection (>= 1.1.0)
- Modern.Repositories.Abstractions (>= 1.1.0-beta1)
-
net7.0
- Mapster (>= 7.4.0)
- MediatR (>= 12.2.0)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.0)
- Modern.CQRS.DataStore.Abstractions (>= 1.1.0-beta1)
- Modern.Data (>= 1.1.0)
- Modern.Exceptions (>= 1.1.0)
- Modern.Extensions.Microsoft.DependencyInjection (>= 1.1.0)
- Modern.Repositories.Abstractions (>= 1.1.0-beta1)
-
net8.0
- Mapster (>= 7.4.0)
- MediatR (>= 12.2.0)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.0)
- Modern.CQRS.DataStore.Abstractions (>= 1.1.0-beta1)
- Modern.Data (>= 1.1.0)
- Modern.Exceptions (>= 1.1.0)
- Modern.Extensions.Microsoft.DependencyInjection (>= 1.1.0)
- Modern.Repositories.Abstractions (>= 1.1.0-beta1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Modern.CQRS.DataStore:
Package | Downloads |
---|---|
Modern.CQRS.DataStore.DependencyInjection
A generic CQRS Commands and Queries implementation for CRUD and Query operations in a data store |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.1.0 | 91 | 11/4/2024 |
2.0.0 | 239 | 11/29/2023 |
2.0.0-beta1 | 95 | 11/22/2023 |
1.0.2 | 151 | 11/15/2023 |
1.0.1 | 190 | 7/15/2023 |
1.0.0 | 164 | 5/22/2023 |
1.0.0-beta5 | 136 | 4/18/2023 |
1.0.0-beta4 | 160 | 3/17/2023 |
1.0.0-beta3 | 141 | 2/22/2023 |
1.0.0-beta2 | 150 | 2/15/2023 |
1.0.0-beta1 | 155 | 1/25/2023 |
1.0.0-alpha1 | 159 | 8/27/2022 |