https://github.com/codebeltnet/shared-kernel
A lightweight .NET library with essential components for implementing the shared kernel pattern within the context of Domain-Driven Design (DDD).
https://github.com/codebeltnet/shared-kernel
Last synced: 18 days ago
JSON representation
A lightweight .NET library with essential components for implementing the shared kernel pattern within the context of Domain-Driven Design (DDD).
- Host: GitHub
- URL: https://github.com/codebeltnet/shared-kernel
- Owner: codebeltnet
- License: mit
- Created: 2024-04-02T20:06:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-06-06T17:58:40.000Z (18 days ago)
- Last Synced: 2026-06-06T19:20:08.501Z (18 days ago)
- Language: C#
- Homepage:
- Size: 130 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Agents: AGENTS.md
Awesome Lists containing this project
README

# Shared Kernel API by Codebelt
[](https://github.com/codebeltnet/shared-kernel/actions/workflows/ci-pipeline.yml) [](https://codecov.io/gh/codebeltnet/shared-kernel) [](https://sonarcloud.io/dashboard?id=sharedkernel) [](https://sonarcloud.io/dashboard?id=sharedkernel) [](https://sonarcloud.io/dashboard?id=sharedkernel) [](https://sonarcloud.io/dashboard?id=sharedkernel) [](https://scorecard.dev/viewer/?uri=github.com/codebeltnet/shared-kernel)
### âšī¸ About
An open-source project offering a lightweight .NET library with essential components for implementing the shared kernel pattern within the context of Domain-Driven Design (DDD). It provides generic and reusable (Single) Value Objects utilizing the [Savvyio.Domain](https://www.nuget.org/packages/Savvyio.Domain) package for fundamental classes, records and interfaces.
Your versatile Shared Kernel companion for modern development with `.NET 9` and `.NET 10`.
It is, by heart, free, flexible and built to extend and boost your agile codebelt.
> [!NOTE]
> To ensure access to current features, improvements, and security updates, and to keep the codebase clean and easy to maintain, we target only the latest long-term (LTS), short-term (STS) and (where applicable) cross-platform .NET versions.
### Savvyio.Domain
Provides the fundamental abstractions to work with the concepts of DDD (Domain Driven Design), that includes, but is not limited to:
- AggregateRoot,
- Entity,
- ValueObject,
- DomainEvent,
- DomainException,
- Repository Pattern,
- Unit of Work Pattern.
Check out the repository for [Savvy I/O](https://github.com/codebeltnet/savvyio) for the complete source code (which is also open-source project and available under MIT license) and opt-in for features such as CQRS and Event Sourcing. Read more about that project and its components on the [Savvy I/O](https://www.savvyio.net/) website.
### đ Documentation
Full documentation (generated by [DocFx](https://github.com/dotnet/docfx)) located here: https://sharedkernel.codebelt.net/
### NuGet Package
All current and future NuGet packages will publicly available at [NuGet](https://www.nuget.org/).
|Package|vNext|Stable|Downloads|
|:--|:-:|:-:|:-:|
| [Codebelt.SharedKernel](https://www.nuget.org/packages/Codebelt.SharedKernel/) |  |  |  |
### Contributing to `Shared Kernel API by Codebelt`
[Contributions](.github/CONTRIBUTING.md) are welcome and appreciated.
Feel free to submit issues, feature requests, or pull requests to help improve this library.
### License
This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details.