File tree Expand file tree Collapse file tree
src/SmartHead.Essentials.Abstractions Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,11 +54,11 @@ public class Result<T> : Result
5454
5555 public new static Result < T > Fail ( ) => new Result < T > ( false ) ;
5656
57- public new static Result Fail ( Exception exception ) => new Result < T > ( exception ) ;
57+ public new static Result < T > Fail ( Exception exception ) => new Result < T > ( exception ) ;
5858
59- public new static Result Fail ( Failure failure ) => new Result < T > ( failure ) ;
59+ public new static Result < T > Fail ( Failure failure ) => new Result < T > ( failure ) ;
6060
61- public new static Result Fail ( Failure [ ] failures ) => new Result < T > ( failures ) ;
61+ public new static Result < T > Fail ( Failure [ ] failures ) => new Result < T > ( failures ) ;
6262
6363 protected Result ( T payload ) : base ( true )
6464 {
Original file line number Diff line number Diff line change 66 <IsPackable >true</IsPackable >
77 <Authors >Rustam Asylgareev</Authors >
88 <PackageProjectUrl >https://github.com/smarthead-dev/SmartHead.Essentials</PackageProjectUrl >
9- <Version >0.0.5 </Version >
9+ <Version >0.0.6 </Version >
1010 <Company >SmartHead</Company >
1111 <IsTestProject >false</IsTestProject >
1212 <Description >SmartHead.Essentials.Abstractions</Description >
You can’t perform that action at this time.
0 commit comments