pmrogala / Buildenator

A test data builders source generator for .net 5 and later.
MIT License
19 stars 1 forks source link

Remove default constructor from builder #41

Closed powerdude closed 2 years ago

powerdude commented 2 years ago

It would be great to remove the default constructor from the generated builder so that the partial class can define one of its own so that it could initialize any of the fields that are generated.

pmrogala commented 2 years ago

It will be removed when

45