Skip to content

Commit

Permalink
Re-add DebuggerDisplay
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed May 19, 2024
1 parent 4f8b514 commit 8415f49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/System.Management.Automation/engine/CoreAdapter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1163,6 +1163,7 @@ private static MethodBase GetGenericMethodDefinitionIfPossible(MethodBase method
}

#nullable enable
[DebuggerDisplay("OverloadCandidate: {Method.methodDefinition}")]
private sealed class OverloadCandidate
{
/// <summary>
Expand Down

0 comments on commit 8415f49

Please sign in to comment.