MelGrubb / BuilderGenerator

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

v2.0.1 not including base class properties #9

Closed MelGrubb closed 2 years ago

MelGrubb commented 2 years ago

Unlike past reflection-based approaches, Roslyn does not return inherited properties in the list of members for a given class. I'll have to write something to descend through the inheritance tree to include members from base classes.

MelGrubb commented 2 years ago

v2.0.2 released to address the base class issue