MelGrubb / BuilderGenerator

A source-generator-based implementation of the Builder pattern
https://melgrubb.github.io/BuilderGenerator/
MIT License
36 stars 8 forks source link

21, Allow preservation of explicitly-set Object value #39

Open MelGrubb opened 1 year ago

MelGrubb commented 1 year ago

Retain the values from objects passed in to WithObject and use them in the Build method to avoid overwriting them all.