Codebelt.SharedKernel
0.5.0
dotnet add package Codebelt.SharedKernel --version 0.5.0
NuGet\Install-Package Codebelt.SharedKernel -Version 0.5.0
<PackageReference Include="Codebelt.SharedKernel" Version="0.5.0" />
<PackageVersion Include="Codebelt.SharedKernel" Version="0.5.0" />
<PackageReference Include="Codebelt.SharedKernel" />
paket add Codebelt.SharedKernel --version 0.5.0
#r "nuget: Codebelt.SharedKernel, 0.5.0"
#:package Codebelt.SharedKernel@0.5.0
#addin nuget:?package=Codebelt.SharedKernel&version=0.5.0
#tool nuget:?package=Codebelt.SharedKernel&version=0.5.0
Codebelt.SharedKernel
An open-source project (MIT license) 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.
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.
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) and opt-in for features such as CQRS and Event Sourcing. Read more about that project and its components on the Savvy I/O website.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. 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 is compatible. 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. |
-
net10.0
- Savvyio.Domain (>= 5.0.0)
-
net9.0
- Savvyio.Domain (>= 5.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version: 0.5.0
Availability: .NET 10 and .NET 9
# ALM
- ADDED Support for TFM .NET 10 (LTS)
- REMOVED Support for TFM .NET 8 (LTS)
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
Version: 0.4.6
Availability: .NET 9 and .NET 8
# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
Version: 0.4.5
Availability: .NET 9 and .NET 8
# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
Version: 0.4.4
Availability: .NET 9 and .NET 8
# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
Version: 0.4.3
Availability: .NET 9 and .NET 8
# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
Version: 0.4.2
Availability: .NET 9 and .NET 8
# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
Version: 0.4.1
Availability: .NET 9 and .NET 8
# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
Version: 0.4.0
Availability: .NET 9 and .NET 8
# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
Version: 0.3.0
Availability: .NET 8
# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
Version: 0.2.0
Availability: .NET 8
# New Features
- ADDED Token record in the Codebelt.SharedKernel namespace that represents an object that can be used for storing sensitive data
- ADDED TokenOptions class in the Codebelt.SharedKernel namespace that specifies options that is related to the Token record
- ADDED CorrelationId record in the Codebelt.SharedKernel namespace that represents an object that can be used as unique identifier that help you trace requests across multiple services in a distributed system
Version: 0.1.0
Availability: .NET 8
# New Features
- ADDED AccessKey record in the Codebelt.SharedKernel.Security namespace that represents an object that can be used for API key-based authentication and similar
- ADDED AccessKeyExtensions class in the Codebelt.SharedKernel.Security namespace that consist of extension methods for the AccessKey record: IsValid
- ADDED AccessKeyOptions class in the Codebelt.SharedKernel.Security namespace that specifies options that is related to the AccessKey record
- ADDED Secret record in the Codebelt.SharedKernel.Security namespace that represents an object that can be used for storing sensitive data
- ADDED ClockSkew record in the Codebelt.SharedKernel namespace that represents an object that can be used to warrant for clock skew related scenarios such as authentication
- ADDED ComparableValueObject class in the Codebelt.SharedKernel namespace that provides an implementation of SingleValueObject{T} tailored for handling a single value that implements the IComparable{T} interface
- ADDED CoordinatedUniversalTime record in the Codebelt.SharedKernel namespace that represents an object that can be used when you need a timestamp that is based on an absolute time (UTC)
- ADDED TimeToLive record in the Codebelt.SharedKernel namespace that represents an object that can be used when issuing authentication tokens or similar (TTL)