SteveDunn / Vogen

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

Add `TryFrom` and `IsInitialized` #584

Closed SteveDunn closed 5 months ago

SteveDunn commented 5 months ago

Describe the feature

Based on feedback, it is clear that TryFrom is required. It will mean that instances can be created without the need to try/catch validation exceptions.

IsInitialized is frequently asked for. This goes hand-in-hand with TryFrom.