polyadic / funcky

Funcky is a Functional Library for C#
https://polyadic.github.io/funcky
Apache License 2.0
19 stars 4 forks source link

Warn about usage of `default(Either)` / `default(EitherOrBoth)` / `default(Result)` #668

Open bash opened 2 years ago

bash commented 2 years ago

defaulted instances of these types are in an invalid state and will throw on inspection.

Maybe with an attribute: [DefaultInitializedInstancesAreInvalid]