HandKraft.Abstractions 0.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package HandKraft.Abstractions --version 0.0.3
                    
NuGet\Install-Package HandKraft.Abstractions -Version 0.0.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="HandKraft.Abstractions" Version="0.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="HandKraft.Abstractions" Version="0.0.3" />
                    
Directory.Packages.props
<PackageReference Include="HandKraft.Abstractions" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add HandKraft.Abstractions --version 0.0.3
                    
#r "nuget: HandKraft.Abstractions, 0.0.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package HandKraft.Abstractions@0.0.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=HandKraft.Abstractions&version=0.0.3
                    
Install as a Cake Addin
#tool nuget:?package=HandKraft.Abstractions&version=0.0.3
                    
Install as a Cake Tool

HandKraft

A modular, extensible .NET toolkit designed to accelerate development with Domain-Driven Design (DDD) and Clean Architecture principles.
HandKraft provides reusable building blocks including core domain abstractions, CQRS patterns, guard clauses, persistence interfaces, and pipeline behaviors — all crafted to help you build maintainable, scalable, and well-structured applications.


🚀 Roadmap & To-Do List

Core Packages

  • HandKraft.Abstractions

    • Core domain abstractions: Entity, ValueObject, AggregateRoot
    • Result pattern, DomainEvent, Exception base types
  • HandKraft.Cqrs

    • CQRS primitives: ICommand, IQuery, Handler interfaces
    • Mediator pattern implementation
    • Use Case / Interactor abstractions and implementations
    • Guard clauses and validation helpers
    • Repository interfaces and persistence abstractions
    • Pipeline behaviors (logging, retry, validation, transaction)
    • Dependency Injection registration helpers

General

  • Setup CI/CD for automated NuGet packaging and publishing
  • Create sample projects demonstrating typical usage
  • Add comprehensive unit and integration tests
  • Write detailed documentation and API references

📄 License

This project is licensed under the MIT License.


Contributions, issues, and feature requests are welcome! Feel free to open a pull request or issue to get involved.

Product 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net9.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on HandKraft.Abstractions:

Package Downloads
HandKraft.CQRS.Abstractions

Modular .NET toolkit for DDD, Layered Architecture, Clean Architecture, and Hexagonal Architecture.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.6 127 8/13/2025
0.0.5 99 7/27/2025
0.0.4 66 7/27/2025
0.0.3 440 7/21/2025
0.0.2 147 7/6/2025
0.0.1 172 7/1/2025