You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: