A collection of low-dependency packages joined together in a monorepo for my personal convenience. In actual usage, they are completely independent. Mostly infrastructure (MSBuild setup, pipelines, assets, ...) are shared between the different projects.
Project | Description | Status |
---|---|---|
Swallow.Validation | Object validation and assertions, not for testing but for production code. | |
Swallow.Refactor | Automatic refactoring and other Roslyn-shenanigans | |
Swallow.ChainOfInjection | DI registration for chains of decorators | |
Swallow.TaskRunner | Repository-based shortcuts for common CLI tasks, much like deno task or similar toolchains |
|
Swallow.Localization | Localization management on the console... and maybe some more cool stuff | Still experimenting |
Swallow.Charts | Statically rendered charts as Blazor components | Still experimenting |
Swallow.Console | Command line argument parser... and maybe even more | Still experimenting |