An open API service indexing awesome lists of open source software.

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).

Awesome Lists containing this project

README

          

![Shared Kernel API](.nuget/Codebelt.SharedKernel/icon.png)

# Shared Kernel API by Codebelt

[![Shared Kernel CI/CD Pipeline](https://github.com/codebeltnet/shared-kernel/actions/workflows/ci-pipeline.yml/badge.svg)](https://github.com/codebeltnet/shared-kernel/actions/workflows/ci-pipeline.yml) [![codecov](https://codecov.io/gh/codebeltnet/shared-kernel/graph/badge.svg?token=xdDAkBq1s3)](https://codecov.io/gh/codebeltnet/shared-kernel) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=sharedkernel&metric=alert_status)](https://sonarcloud.io/dashboard?id=sharedkernel) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=sharedkernel&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=sharedkernel) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=sharedkernel&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=sharedkernel) [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=sharedkernel&metric=security_rating)](https://sonarcloud.io/dashboard?id=sharedkernel) [![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/codebeltnet/shared-kernel/badge)](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/) | ![vNext](https://img.shields.io/nuget/vpre/Codebelt.SharedKernel?logo=nuget) | ![Stable](https://img.shields.io/nuget/v/Codebelt.SharedKernel?logo=nuget) | ![Downloads](https://img.shields.io/nuget/dt/Codebelt.SharedKernel?color=blueviolet&logo=nuget) |

### 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.