Kalicz
-
- 1,954 total downloads
- last updated 5/5/2026
- Latest version: 1.1.0
A C# library that reduces boilerplate and prevents bugs through stronger typing. Continuation of FuncSharp. -
- 1,433 total downloads
- last updated 5/5/2026
- Latest version: 1.1.0
EF Core value converters and LINQ translation plugins for Kalicz.StrongTypes. Enables persisting NonEmptyString, Positive<T>, NonNegative<T>, Negative<T>, NonPositive<T> via a single registration call. -
- 755 total downloads
- last updated 5/5/2026
- Latest version: 1.1.0
FsCheck arbitraries for Kalicz.StrongTypes. Drop-in property-test support for NonEmptyString, Positive<T>, NonNegative<T>, Negative<T>, NonPositive<T>, Maybe<T>, and NonEmptyEnumerable<T> via a single... More information -
- 497 total downloads
- last updated 5/5/2026
- Latest version: 1.1.0
Wires Kalicz.StrongTypes wrappers into Swashbuckle.AspNetCore (AddSwaggerGen) so the generated Swagger document matches the JSON the converters actually emit. For Microsoft.AspNetCore.OpenApi (AddOpenApi), use... More information -
- 95 total downloads
- last updated 5/5/2026
- Latest version: 1.1.0
WPF MVVM binding support for Kalicz.StrongTypes. Adds an Application.UseStrongTypes() extension that wires TypeConverters into TypeDescriptor for NonEmptyString, Email, Digit, and every closed instantiation of... More information -
- 90 total downloads
- last updated 5/5/2026
- Latest version: 1.1.0
Wires Kalicz.StrongTypes wrappers into Microsoft.AspNetCore.OpenApi (AddOpenApi) so the generated OpenAPI document matches the JSON the converters actually emit. For Swashbuckle (AddSwaggerGen), use... More information -
- 80 total downloads
- last updated 5/5/2026
- Latest version: 1.1.0
ASP.NET Core MVC model binders for binding NonEmptyEnumerable<T> and Maybe<T> from [FromForm] (the primary use), [FromQuery], [FromHeader], or [FromRoute]. You don't need this package for standard JSON APIs —... More information