amis92 / RecordGenerator

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

Align ValidatingRecord.Validate parameter names #82

Closed atifaziz closed 5 years ago

atifaziz commented 5 years ago

The generation partial declaration of ValidatingRecord.Validate had parameters in camel-case whereas the definition's parameters were still in Pascal-case. This PR aligns the two.