Skip to content

Release 5.1.0

Latest
Compare
Choose a tag to compare
@magicmonty magicmonty released this 08 Oct 09:33

Added

  • Unit type
  • Linq Comprehensions for Result
  • A lot of helper extensions for Option and Result
  • Either.IsLeft, Either.IsRight
  • Either.Match which returns a value
  • Result.IsFailure, Result.IsSuccess
  • Result.Match which returns a value
  • Option.Match which returns a value
  • Option.ValueEquals to compare the underlying value
  • lazy evaluated Option.ReturnValueOr
  • Included StyleCop Analyzers

Changed

  • Renamed Result.MatchSuccess into Result.DoOnSuccess
  • Renamed Result.MatchFailure into Result.DoOnFailure

Fixed

  • Re-added XML documentation in package