spencer.farley
- 373,118 total downloads
- last updated 12/6/2021
- Latest version: 1.1.0
System.Resources.ResXResourceReader and System.Resources.ResXResourceWriter separated from System.Windows.Forms and packaged for .Net Standard.
These classes are the baked-in .NET classes to programmatically read/update a ResX file.
- 9,272 total downloads
- last updated 4/24/2020
- Latest version: 1.0.0
A two-way one-to-one lookup for .NET Standard. Like a dictionary, but indexed both ways.
- 516 total downloads
- last updated 3/23/2022
- Latest version: 1.0.0
Bind System.CommandLine input to an object model with explicit and convention-based property maps.
- 216 total downloads
- last updated 3/23/2022
- Latest version: 1.0.0
A System.CommandLine.PropertyMapBinder extension for mapping console input to properties by simple naming conventions
- 203 total downloads
- last updated 12/29/2020
- Latest version: 1.0.0
Auto-implement `.KnownValues()` from a type with static members as enum values. Like listing the predefined colors on `System.Drawing.Color`.
- 141 total downloads
- last updated 5/19/2022
- Latest version: 1.1.0
System.Resources.ResXResourceReader and System.Resources.ResXResourceWriter separated from System.Windows.Forms and packaged for .Net Standard.
These classes are the baked-in .NET classes to programmatically read/update a ResX file.
FsSpec
by:
spencer.farley
- 92 total downloads
- last updated 6/20/2022
- Latest version: 0.1.0-alpha2 (prerelease)
FsSpec represents value constraints as data to reuse one constraint declaration for validation, data generation, error explanation, and more.
- 63 total downloads
- last updated 6/20/2022
- Latest version: 0.1.0-alpha2 (prerelease)
Generate data that satisfies an FsSpec specification (e.g. integer where 0 <= i <= 1000) using FsCheck data generators.