MistyKuu
-
- 13,776 total downloads
- last updated 4/21/2026
- Latest version: 3.2.4
AOP framework attributes and interfaces for ZibStack.NET. Define custom aspects with IAspectHandler. -
- 8,104 total downloads
- last updated 4/21/2026
- Latest version: 3.2.4
Attributes for ZibStack.NET.Log source generator. -
-
- 5,958 total downloads
- last updated 4/21/2026
- Latest version: 3.2.4
Source generator for strongly-typed Create and Update request DTOs with PatchField support. -
-
-
- 5,840 total downloads
- last updated 4/21/2026
- Latest version: 3.2.4
AOP source generator for .NET. Supports compile-time inline aspects and runtime IAspectHandler. Built on C# interceptors. -
-
-
- 5,805 total downloads
- last updated 4/21/2026
- Latest version: 3.2.4
Compile-time interpolated-string logging interceptors. Rewrites logger.LogInformation($"...") into zero-allocation structured logging calls. The [Log] aspect attribute has moved to ZibStack.NET.Aop. -
-
- 5,687 total downloads
- last updated 4/21/2026
- Latest version: 3.2.4
Functional Result monad for .NET with Map, Bind, Match and async support. Eliminate manual error propagation. -
-
- 5,660 total downloads
- last updated 4/21/2026
- Latest version: 3.2.4
EF Core integration for ZibStack.NET.Dto CRUD API. Provides EfCrudStore base class via source generation. -
-
-
- 5,678 total downloads
- last updated 4/21/2026
- Latest version: 3.2.4
Source-generated validation for .NET. Add validation attributes and get a compile-time Validate() method — no reflection, no runtime overhead. -
-
-
- 5,595 total downloads
- last updated 4/21/2026
- Latest version: 3.2.4
Source generator for UI form and table metadata. Annotate your models and get compile-time form descriptors, table column definitions, and JSON schemas — no reflection, no runtime overhead. -
-
-
- 5,584 total downloads
- last updated 4/21/2026
- Latest version: 3.2.4
Dapper integration for ZibStack.NET.Dto CRUD API. Provides DapperCrudStore base class via source generation. -
-
-
- 5,396 total downloads
- last updated 4/21/2026
- Latest version: 3.2.4
Source generator for shared attributes and TypeScript-style utility types: PartialFrom, IntersectFrom, PickFrom, OmitFrom, OneToMany, OneToOne, Entity. -
-
- 5,352 total downloads
- last updated 4/21/2026
- Latest version: 3.2.4
Filter/sort DSL for REST APIs. Runtime parser + IQueryable applicator. -
- 4,441 total downloads
- last updated 4/21/2026
- Latest version: 3.2.4
Attributes and settings for ZibStack.NET.TypeGen — the [GenerateTypes] entry point, per-class/per-property overrides ([TsName], [TsType], [OpenApiProperty], etc.), and ITypeGenConfigurator for global... More information -
- 3,503 total downloads
- last updated 4/21/2026
- Latest version: 3.2.4
HybridCache aspect for ZibStack.NET.Aop — [HybridCache] with L1/L2 caching (memory + Redis/distributed) via Microsoft.Extensions.Caching.Hybrid. -
- 3,491 total downloads
- last updated 4/21/2026
- Latest version: 3.2.4
Polly-based resilience aspects for ZibStack.NET.Aop — [PollyRetry] and [HttpRetry] with exponential backoff, exception filtering, named pipelines, and transient HTTP error handling. -
-
- 3,274 total downloads
- last updated 4/21/2026
- Latest version: 3.2.4
Roslyn source generator that emits TypeScript and OpenAPI 3.1 from C# DTOs annotated with [GenerateTypes]. Compile-time, zero reflection, no running app required. Per-class / per-property overrides via... More information -
-
SmartDto.
by: MistyKuuNET - Deprecated
-
- 1,307 total downloads
- last updated 4/4/2026
- Latest version: 1.2.7
Source generator for strongly-typed Create and Update request DTOs with PatchField support -
- Deprecated
-
- 444 total downloads
- last updated 4/8/2026
- Latest version: 1.8.1
Source generator for TypeScript-style utility types: PartialFrom, IntersectFrom, PickFrom, OmitFrom.