Unepick
-
- 4,580 total downloads
- last updated 6/16/2025
- Latest version: 4.0.0
This package provides a Source Generator that creates strongly-typed, stepwise “fluent” builders for your types. You simply annotate a class with [StepwiseBuilder] and specify the steps you need in the class’s... More information -
- 184 total downloads
- last updated 9/21/2025
- Latest version: 1.0.0
Fluent, compile-safe step builders from simple annotated classes — powered by a Roslyn incremental source generator. -
- 166 total downloads
- last updated 1/13/2025
- Latest version: 1.0.0
ExtensionMethodsSourceGenerator is a Roslyn-based source generator that automatically produces extension methods from classes marked with the [ToExtensionMethod] attribute. By scanning your code for... More information -
- 142 total downloads
- last updated 4/20/2026
- Latest version: 1.2.0
A Roslyn source generator that produces **compile-time safe builders** using the *type-state pattern*. -
- 92 total downloads
- last updated 4/3/2026
- Latest version: 1.0.0
Roslyn incremental source generator for partial interfaces and abstract partial classes that generates Match methods, nested case implementations, and companion module helpers for Scott-encoded types.