Skip to content

v1.0.4

Compare
Choose a tag to compare
@skrasekmichael skrasekmichael released this 16 Apr 08:39
· 2 commits to main since this release
76941d2

Changes

  • added abstract creation method FromError<TError>(TError error) where TError : Error for IResult (PR #20)
  • added abstract creation method FromValue(TValue value) for IResult<TValue> (PR #20)
  • changed Result<TValue> to calculate IsSuccess from _error is null (PR #20)