Skip to content

Remove DebuggerDisplayAttributes on properties #1014

@dotnetjunkie

Description

@dotnetjunkie

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions