Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 2.86 KB

README.md

File metadata and controls

37 lines (24 loc) · 2.86 KB

Shared Kernel API

Shared Kernel API by Codebelt

Shared Kernel CI/CD Pipeline codecov Quality Gate Status Maintainability Rating Reliability Rating Security Rating OpenSSF Scorecard

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 package for fundamental classes, records and interfaces.

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 for the complete source code (which is also open-source project and available under MIT license).

NuGet Package

All current and future NuGet packages will publicly available at NuGet.

Package vNext Stable Downloads
Codebelt.SharedKernel vNext Stable Downloads

Contributing to Shared Kernel API by Codebelt

Contributions 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 file for details.