Lombok.NET
Lombok.NET copied to clipboard
[ToString] include inherited fields/properties
Is your feature request related to a problem? Please describe. I expected the generated ToString to include its inherited properties from an abstract class.
Describe the solution you'd like ToString walks down its inheritance tree and includes all fields/properties (or at least make this behavior a configurable flag).
Describe alternatives you've considered Leave as-is, ToString doesn't log all of the object's public properties.
Additional context N/A