Mel Grubb
Mel Grubb
Obsolete properties are being picked up, and backing properties and With methods are being generated for obsolete class members. If a project has WarningsAsErrors on, this will prevent compilation. Either...
This is a convenience shortcut to turn ``` WithFoo(() => fooBuilder.Build()) ``` into ``` WithFoo(fooBuilder) ``` The builder would have to do some reflection to see whether there even IS...
Make use of an assembly-level attribute to override higher-level items like the base class template, or to override templates on a global basis. Consider allowing attribute parameters to override individual...
Fill out the project documentation with better examples. Reevaluate existing documentation site and look for gaps.
Retain the values from objects passed in to WithObject and use them in the Build method to avoid overwriting them all.
### I have checked the following: - [X] I've searched existing issues and found nothing related to my issue. ### Describe the feature you want to add The iteration count...
I apologize if this exists already, but I would like to decorate my script with "Prompt" buttons that start the prompter at a specific heading, and I can't quire work...