MelGrubb / BuilderGenerator

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

Move templates to embedded resources #36

Closed MelGrubb closed 1 year ago

MelGrubb commented 1 year ago

Remove the hard-coded constants, and implement code generation templates as embedded resources for ease of maintenance.