FluentResults Versions Save

A generalised Result object implementation for .NET/C#

v3.15.1

1 year ago

FIXED - Implicit operators for Error and List of Error to Result or Result of T #159

v3.15

1 year ago
  • ADDED - Implicit operators for Error and List of Error to Result or Result of T #159
  • ADDED - Map() methods to convert the value of the result to another value (preparation for AspNetCore package)

v3.14

1 year ago
  • CHANGED - The default logging level in LogIfFailed() changed from Information to Error #151
  • ADDED - HasError(), HasException() and HasSuccess() return now via out parameter optional a list of found errors or successes

v3.13

1 year ago

ResultHelper.MergeWithValue enumerates results parameter multiple times #148

v3.12

1 year ago

ADDED - Add Bind() method #140

v3.11

1 year ago
  • ADDED - ValueTask support for all async methods #143
  • FIXED - Fix the double wrapping during implicit conversion from TValue to Result of TValue #144

v3.10

1 year ago

ADDED - OkIf/FailIf with lazily evaluated Error #141

v3.9

1 year ago
  • ADDED - async/await for MapErrors(...) and MapSuccesses(...)

v3.8

1 year ago

ADDED - Add deconstruct operators to result classes #138 ADDED - Add MapErrors(...) and MapSuccesses to result classes #123

v3.7

1 year ago

ADDED - Add implicit conversation from T to Result of T #129