-
Notifications
You must be signed in to change notification settings - Fork 152
Open
Labels
Milestone
Description
10 years ago I reported this issue with Visual Studio, which had a breaking change causing the debugger to no longer respect DebuggerDisplayAttribute attributes decorating properties.
Simple Injector's debugger diagnostic tooling makes use of attributes on properties to give the user to view everything that is in Simple Injector. This VS bug, however, never got fixed and probably never will.
Because of that, the parts of the code that use these attributes on properties should be inspected, the properties removed, and possibly other designs must be considered (like debug proxy classes) to allow good debugging views once again.