KMTS.FormBuilder.Presentation
1.0.13
See the version list below for details.
dotnet add package KMTS.FormBuilder.Presentation --version 1.0.13
NuGet\Install-Package KMTS.FormBuilder.Presentation -Version 1.0.13
<PackageReference Include="KMTS.FormBuilder.Presentation" Version="1.0.13" />
<PackageVersion Include="KMTS.FormBuilder.Presentation" Version="1.0.13" />
<PackageReference Include="KMTS.FormBuilder.Presentation" />
paket add KMTS.FormBuilder.Presentation --version 1.0.13
#r "nuget: KMTS.FormBuilder.Presentation, 1.0.13"
#:package KMTS.FormBuilder.Presentation@1.0.13
#addin nuget:?package=KMTS.FormBuilder.Presentation&version=1.0.13
#tool nuget:?package=KMTS.FormBuilder.Presentation&version=1.0.13
KMTS.FormBuilder
A KMTS bounded-context library following the 5-layer DDD/CQRS pattern, built on top of
KMTS.Kernel. Scaffolded from the dotnet new kmts-lib
template — the single source of truth for KMTS library structure (D-01).
What this library is
KMTS.FormBuilder packages one capability as four independently-versioned NuGet layers
(Domain, Application, Infrastructure, Presentation) plus an in-repo NetArchTest
boundary suite. A host application composes it via services.AddFormBuilder().
Boundary rule
This library references only KMTS.Kernel.*. It must not reference any other KMTS.*
library, must not import WolverineFx (cross-library integration events flow only through
the Kernel seam), and must not use MediatR, Newtonsoft.Json, or Guid primary keys.
These rules are enforced at build time by tests/KMTS.FormBuilder.ArchitectureTests and fail CI
on violation.
Layers
| Layer | Responsibility |
|---|---|
KMTS.FormBuilder.Domain |
Entities (Ulid PKs), value objects, domain events, repository interfaces. No infrastructure. |
KMTS.FormBuilder.Application |
CQRS handlers, validators, marker triad. Source-generated ISender via KMTS.Kernel.Generator. |
KMTS.FormBuilder.Infrastructure |
EF Core configurations (schema form_builder), IFormBuilderDbContext, DbUp scripts, DI + decorator chain. |
KMTS.FormBuilder.Presentation |
Minimal-API endpoints and the AddFormBuilder() composition entry point. |
How to build
dotnet restore
dotnet build -c Release
dotnet test tests/KMTS.FormBuilder.ArchitectureTests
All projects target net10.0 with all warnings treated as errors, AnalysisMode=All, and
EnforceCodeStyleInBuild. Persistence uses one schema per library (form_builder) with no
cross-schema joins; the host owns a single shared DbContext implementing IFormBuilderDbContext.
| Product | Versions 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. |
-
net10.0
- KMTS.FormBuilder.Application (>= 1.0.13)
- KMTS.FormBuilder.Infrastructure (>= 1.0.13)
- KMTS.Kernel.Presentation (>= 1.1.76)
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 |
|---|---|---|
| 1.0.18 | 37 | 7/17/2026 |
| 1.0.17 | 88 | 7/14/2026 |
| 1.0.16 | 78 | 7/14/2026 |
| 1.0.15 | 79 | 7/14/2026 |
| 1.0.14 | 77 | 7/14/2026 |
| 1.0.13 | 76 | 7/14/2026 |
| 1.0.12 | 91 | 7/13/2026 |
| 1.0.11 | 88 | 7/13/2026 |
| 1.0.10 | 85 | 7/13/2026 |
| 1.0.9 | 94 | 7/11/2026 |
| 1.0.8 | 103 | 7/8/2026 |
| 1.0.7 | 89 | 7/8/2026 |
| 1.0.6 | 96 | 7/6/2026 |
| 1.0.4 | 91 | 7/5/2026 |
| 1.0.3 | 109 | 6/27/2026 |
| 1.0.2 | 110 | 6/5/2026 |
| 1.0.1 | 107 | 6/3/2026 |