Hmz.Core.CrudKit 0.1.0-pre02

This is a prerelease version of Hmz.Core.CrudKit.
dotnet add package Hmz.Core.CrudKit --version 0.1.0-pre02
                    
NuGet\Install-Package Hmz.Core.CrudKit -Version 0.1.0-pre02
                    
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="Hmz.Core.CrudKit" Version="0.1.0-pre02" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Hmz.Core.CrudKit" Version="0.1.0-pre02" />
                    
Directory.Packages.props
<PackageReference Include="Hmz.Core.CrudKit" />
                    
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 Hmz.Core.CrudKit --version 0.1.0-pre02
                    
#r "nuget: Hmz.Core.CrudKit, 0.1.0-pre02"
                    
#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 Hmz.Core.CrudKit@0.1.0-pre02
                    
#: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=Hmz.Core.CrudKit&version=0.1.0-pre02&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Hmz.Core.CrudKit&version=0.1.0-pre02&prerelease
                    
Install as a Cake Tool

Hmz.Core

A .NET 10 based shared kernel and infrastructure project that provides core functionalities to support all Hmz projects.

Overview

Hmz.Core is a comprehensive solution containing shared libraries and infrastructure components designed to enable rapid development across the Hmz ecosystem. It follows Domain-Driven Design (DDD) principles and clean architecture patterns.

Projects

📦 Hmz.Core.SharedKernel

The shared kernel library containing core abstractions, utilities, and domain building blocks used across all Hmz projects. This is the primary package distributed as Hmz.Core.SharedKernel via NuGet.

Key Features:

  • Guard clauses and validation utilities
  • Result pattern implementation for consistent error handling
  • Specification pattern for DDD-based querying
  • Smart enum capabilities

Getting Started

Prerequisites

  • .NET 10 SDK
  • Visual Studio 2026 Community or later (or your preferred IDE)

Building

dotnet build

Running Tests

dotnet test

Creating NuGet Package

dotnet pack --configuration Release

Technology Stack

Code Quality

  • Nullable reference types enabled
  • Implicit usings enabled
  • Warnings treated as errors
  • Latest C# language version (preview)

Package Distribution

The SharedKernel is packaged and distributed as Hmz.Core.SharedKernel (v0.1.8-pre30).

Package Properties:

  • Id: Hmz.Core.SharedKernel
  • Version: 0.1.8-pre30
  • Description: The core functionalities to support all Hmz projects

Contributing

When adding new features to the shared kernel:

  1. Ensure all code follows the established patterns
  2. Add appropriate guard clauses for validation
  3. Use the Result pattern for operations that can fail
  4. Keep abstractions general and reusable
  5. Update relevant documentation

License

[Add your license information here]

Support

For issues, questions, or contributions, please refer to the project documentation or contact the Hmz development team.

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

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.0-pre02 65 9/7/2026