Core.SharedKernel
1.0.0
See the version list below for details.
dotnet add package Core.SharedKernel --version 1.0.0
NuGet\Install-Package Core.SharedKernel -Version 1.0.0
<PackageReference Include="Core.SharedKernel" Version="1.0.0" />
<PackageVersion Include="Core.SharedKernel" Version="1.0.0" />
<PackageReference Include="Core.SharedKernel" />
paket add Core.SharedKernel --version 1.0.0
#r "nuget: Core.SharedKernel, 1.0.0"
#:package Core.SharedKernel@1.0.0
#addin nuget:?package=Core.SharedKernel&version=1.0.0
#tool nuget:?package=Core.SharedKernel&version=1.0.0
Core.SharedKernel
Core.SharedKernel is a lightweight library that provides building blocks for designing the Domain Layer in .NET applications.
It follows the principles of Domain-Driven Design (DDD) and supports CQRS with high-performance messaging powered by LMAX Disruptor.
🚀 Features
Domain Layer foundation
Provides base abstractions for Entities, Value Objects, Aggregate Roots, and Domain Events.CQRS ready
Separation of Commands and Queries for better scalability, testability, and maintainability.High-performance event processing
Built-in support for LMAX Disruptor to handle events with ultra-low latency.Integration friendly
Works seamlessly withMediatRandEntity Framework Core.
📦 Dependencies
- Disruptor (>= 6.0.1)
- MediatR (>= 12.5.0)
- Microsoft.EntityFrameworkCore (>= 9.0.9)
🔧 Installation
dotnet add package Core.SharedKernel --version 1.0.0
| 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 was computed. 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
- Disruptor (>= 6.0.1)
- MediatR (>= 12.5.0)
- Microsoft.EntityFrameworkCore (>= 9.0.9)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.