Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix trimming of DebuggerDisplay with Name #92191

Merged
merged 4 commits into from
Sep 20, 2023

Commits on Sep 17, 2023

  1. Fix trimming of DebuggerDisplay with Name

    The `Name` property of the `DebuggerDisplay` attribute accepts the
    same format string as its `Value` property, but does not prevent
    trimming members it references. Thanks to this fix, members referenced by
    any of these two properties are not trimmed and can be displayed by a
    debugger.
    
    Additionally, this change adds references of three projects to the
    illink solution file to fix its build errors.
    arturek committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    0d51996 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Fix minor style issues

    arturek committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    368e82f View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Fix trimming of DebugDisplay wiith Type

    Also undo changes to the solution file so they can be fixed independently.
    arturek committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    b3e7460 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cc7bf4 View commit details
    Browse the repository at this point in the history