KMTS.Kernel.Application 1.1.55

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

KMTS.Kernel

A generic, reusable foundation library for .NET projects following Clean Architecture and Domain-Driven Design principles.

Overview

KMTS.Kernel provides the building blocks for modern .NET applications:

  • Result Pattern - Explicit error handling without exceptions
  • CQRS Messaging - Command/Query separation with ISender
  • DDD Abstractions - Entity, ValueObject, Domain Events
  • Validation - FluentValidation integration
  • Source Generators - Automatic ISender and IDomainEventsDispatcher implementations

Packages

Package Description
KMTS.Kernel.Domain Core domain abstractions (Entity, Result, Error, ValueObject)
KMTS.Kernel.Application CQRS messaging, validation behaviors, service markers
KMTS.Kernel.Infrastructure EF Core extensions, caching, JSON converters
KMTS.Kernel.Presentation API results, endpoint abstractions
KMTS.Kernel.Generator Source generators for ISender/IDomainEventsDispatcher

Installation

dotnet add package KMTS.Kernel.Domain
dotnet add package KMTS.Kernel.Application
dotnet add package KMTS.Kernel.Infrastructure
dotnet add package KMTS.Kernel.Presentation
dotnet add package KMTS.Kernel.Generator

Requirements

  • .NET 10.0+
  • C# 13.0

License

MIT

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 (4)

Showing the top 4 NuGet packages that depend on KMTS.Kernel.Application:

Package Downloads
KMTS.WorkflowEngine.Application

Application layer for KMTS.WorkflowEngine - commands, queries, and service interfaces.

KMTS.Kernel.Infrastructure

Infrastructure implementations including caching, EF Core extensions, and JSON converters.

KMTS.Kernel.Presentation

Presentation layer with endpoint abstractions, API results, and error message resolution.

KMTS.Kernel.Licensing

Licensing abstractions and decorator for KMTS Kernel with hardware-locked, offline license validation.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.55 72 2/5/2026
1.1.54 125 2/4/2026
1.1.53 110 2/3/2026
1.1.52 109 2/3/2026
1.1.51 124 2/1/2026
1.1.50 352 1/27/2026