Skip to content

Commit 68f0a78

Browse files
committed
Added better debugger display text to ValidationError
1 parent 366b28c commit 68f0a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AtleX.CommandLineArguments/Validators/ValidationError.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace AtleX.CommandLineArguments.Validators
66
/// <summary>
77
/// Represents a validation error for a single argument and a single <see cref="ArgumentValidator"/>
88
/// </summary>
9-
[DebuggerDisplay("{ValidatorName}, Result: {IsValid}")]
9+
[DebuggerDisplay("Argument: {ArgumentName}, validator: {ValidatorName}")]
1010
public sealed class ValidationError
1111
{
1212
/// <summary>

0 commit comments

Comments
 (0)