fluentsourcegen icon indicating copy to clipboard operation
fluentsourcegen copied to clipboard

Support unnamed fields

Open tomrijnbeek opened this issue 2 years ago • 0 comments

🆙 Improvement proposal

Right now the author of the source generator is required to populate a name for each field. If the author does not particularly care about the exact naming used - since all fluent source generation happens through type safe references anyway - then we should provide an option to not specify the field name manually, and just generate one on the fly.

These generated names should be deterministic.

tomrijnbeek avatar Apr 17 '22 21:04 tomrijnbeek