We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 366b28c commit 68f0a78Copy full SHA for 68f0a78
src/AtleX.CommandLineArguments/Validators/ValidationError.cs
@@ -6,7 +6,7 @@ namespace AtleX.CommandLineArguments.Validators
6
/// <summary>
7
/// Represents a validation error for a single argument and a single <see cref="ArgumentValidator"/>
8
/// </summary>
9
- [DebuggerDisplay("{ValidatorName}, Result: {IsValid}")]
+ [DebuggerDisplay("Argument: {ArgumentName}, validator: {ValidatorName}")]
10
public sealed class ValidationError
11
{
12
0 commit comments