SteveDunn / Vogen

A semi-opinionated library which is a source generator and a code analyser. It Source generates Value Objects
Apache License 2.0
782 stars 46 forks source link

Analyzer to check for any throws from `NormalizeInput` or `Validate` #640

Closed SteveDunn closed 1 month ago

SteveDunn commented 2 months ago

Describe the feature

These methods should not throw. The NormalizeInput method is called from implicit operators, and these should not throw.