the use case seems legit to me (let some fields to null if parse fails rather than failing the whole operation)
r
Razvan
10/11/2021, 9:48 AM
I think both usages are legit. In some use cases you may want to fail if the enum value is not valid but in others using null in that cases can be Ok, so great if you can do both. Anyway thanks for pointing me to the right direction.