Light.PortableResults 0.4.0
ValidateItemsandValidateItemsAsyncnow performs automatic null checking on both the collection as well as each item depending onValidationContextOptions.AutomaticNullErrorProvider.- BREAKING:
ValidationContextOptionsare no longer registered using the Options Pattern. They are immutable and thus cannot meaningfully participate inservices.ConfigureorIOptionsBuilder<T>calls. The class is now simply registered as a singleton. - BREAKING: All
Moduleclasses were renamed so that they have speaking names
What's Changed
- More Docs on Validation by @feO2x in #36
- ValidateItems Automatic Null Checks by @feO2x in #38
- 0.4.0 Preparations by @feO2x in #39
Full Changelog: 0.3.0...0.4.0