base-types
base-types copied to clipboard
Fight primitive obsession and create expressive domain models with source generators.
Simplify static base type validations with a source generator.
Some of the latest changes aren't reflected in README yet.
- The maximum length is now automatically configured with the use of `configurationBuilder.Conventions.AddBaseTypeConventions();`. - I exposed the properties of MaxLengthStringAttribute and MinMaxLengthStringAttribute to be able to grab thoses values from...
Discord
I want to light up this library, open many PRs and use it in production. A discord server for base-types would be handy.
Hello! I was working on a PR myself for this, but I have been stumped since byte[] and BitArray do not implement the IComparable interface. You know your library much...