amis92 / RecordGenerator

C# immutable records generator
https://amis92.github.io/RecordGenerator/
MIT License
72 stars 10 forks source link

Make Validate called before field assignments and pass values by ref #50

Closed amis92 closed 5 years ago

amis92 commented 5 years ago

This would allow earlier validation throwing before assignments, and modification of fields to have default values, for example.