File tree Expand file tree Collapse file tree
ManagedCode.Communication/Result Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 <RepositoryUrl >https://github.com/managedcode/Communication</RepositoryUrl >
1818 <PackageProjectUrl >https://github.com/managedcode/Communication</PackageProjectUrl >
1919 <Product >Managed Code - Communication</Product >
20- <Version >2.0.23 </Version >
21- <PackageVersion >2.0.23 </PackageVersion >
20+ <Version >2.0.24 </Version >
21+ <PackageVersion >2.0.24 </PackageVersion >
2222
2323 </PropertyGroup >
2424 <PropertyGroup Condition =" '$(GITHUB_ACTIONS)' == 'true'" >
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ public bool IsNotErrorCode(Enum value)
8080 public Dictionary < string , string > ? InvalidObject { get ; set ; }
8181
8282 [ JsonIgnore ]
83- public bool IsInvalid => ! IsSuccess || InvalidObject ? . Any ( ) is true ;
83+ public bool IsInvalid => ! IsSuccess && InvalidObject ? . Any ( ) is true ;
8484
8585 public void AddInvalidMessage ( string message )
8686 {
You can’t perform that action at this time.
0 commit comments