Closed MelGrubb closed 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.
v2.0.2 released to address the base class issue
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.