dasMulli / data-builder-generator

Code generator to easily create data builder patterns for your model classes
MIT License
116 stars 11 forks source link

Are you open to PRs for this project? #4

Open BrianMcBrayer opened 3 years ago

BrianMcBrayer commented 3 years ago

I’m a software developer who was going to write some C# code generators for a fluent dto builder, and I saw your data-builder-generator which is very similar.

Instead of me writing my own to match my particular needs, would you be open to me opening some PRs to extend yours?

The builder would have the following method WithFamilyMember(string familyMember) that would add a single string to the list.

dasMulli commented 3 years ago

Yes if you'd like to extend the functionality and fix some issues, I'd be happy to work with you to get these out.

As I previously mentioned in https://github.com/dasMulli/data-builder-generator/issues/3, I wanted to hold off a bit waiting for good practices in source generators to emerge before refactoring / working on more features since it does what I need it to do. But again, if you need any extensions, no need to wait.