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
when dumping objects, I often need to find out what interfaces they implement or if they inherit a class.
This is useful, for example, when examining dependencies in the DI Container, or when examining more complex data structures and its internal dependencies.
I think inherited classes and implemented interfaces should appear directly next to the class (or for example, in the title).
Thanks.
The text was updated successfully, but these errors were encountered:
Hello,
when dumping objects, I often need to find out what interfaces they implement or if they inherit a class.
This is useful, for example, when examining dependencies in the DI Container, or when examining more complex data structures and its internal dependencies.
I think inherited classes and implemented interfaces should appear directly next to the class (or for example, in the title).
Thanks.
The text was updated successfully, but these errors were encountered: