quickconstructor
quickconstructor copied to clipboard
Suggestion: defaults configuration
E.g. being able to specify the default options for null checks could be useful. I want to get rid of the autogenerated null checks in the constructor by default. I can't do that by default, being forced to pass in NullChecks = NullChecks.Never
manually on each invocation.
I suggest adding a Default option to the enum, which would mean that it draws the value based on the ambient configuration, which could be configured via an assembly level attribute or an MSBuild property.