base-types icon indicating copy to clipboard operation
base-types copied to clipboard

Fight primitive obsession and create expressive domain models with source generators.

Results 7 base-types issues
Sort by recently updated
recently updated
newest added

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...

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...

Emit helpful compiler warnings when something went wrong.

enhancement