HandKraft.Abstractions
0.0.3
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
<PackageReference Include="HandKraft.Abstractions" Version="0.0.3" />
<PackageVersion Include="HandKraft.Abstractions" Version="0.0.3" />
<PackageReference Include="HandKraft.Abstractions" />
paket add HandKraft.Abstractions --version 0.0.3
#r "nuget: HandKraft.Abstractions, 0.0.3"
#:package HandKraft.Abstractions@0.0.3
#addin nuget:?package=HandKraft.Abstractions&version=0.0.3
#tool nuget:?package=HandKraft.Abstractions&version=0.0.3
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 | 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 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. |
-
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.