Core.SharedKernel
1.0.2
dotnet add package Core.SharedKernel --version 1.0.2
NuGet\Install-Package Core.SharedKernel -Version 1.0.2
<PackageReference Include="Core.SharedKernel" Version="1.0.2" />
<PackageVersion Include="Core.SharedKernel" Version="1.0.2" />
<PackageReference Include="Core.SharedKernel" />
paket add Core.SharedKernel --version 1.0.2
#r "nuget: Core.SharedKernel, 1.0.2"
#:package Core.SharedKernel@1.0.2
#addin nuget:?package=Core.SharedKernel&version=1.0.2
#tool nuget:?package=Core.SharedKernel&version=1.0.2
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 (>= 7.0.20)
🔧 Installation
dotnet add package Core.SharedKernel --version 1.0.0
| 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 was computed. 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 was computed. 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. |
-
net6.0
- Disruptor (>= 6.0.1)
- MediatR (>= 12.5.0)
- Microsoft.EntityFrameworkCore (>= 7.0.20)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.