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
{{ message }}
This repository was archived by the owner on May 15, 2024. It is now read-only.
Description
We should consider adding the DebuggerDisplayAttirbute to classes which can be inspected for debugging. This should ease debugging experience as more information is available easily without navigating in the debugger.
https://docs.microsoft.com/en-us/dotnet/framework/debug-trace-profile/enhancing-debugging-with-the-debugger-display-attributes
XF also uses this for types like Thickness. we should also inspect which types could benefit.