We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeed4a2 commit 7bd2745Copy full SHA for 7bd2745
1 file changed
ManagedCode.Communication/Result/Result.cs
@@ -80,7 +80,7 @@ public bool IsNotErrorCode(Enum value)
80
public Dictionary<string, string>? InvalidObject { get; set; }
81
82
[JsonIgnore]
83
- public bool IsInvalid => !IsSuccess || InvalidObject?.Any() is true;
+ public bool IsInvalid => !IsSuccess && InvalidObject?.Any() is true;
84
85
public void AddInvalidMessage(string message)
86
{
0 commit comments