Skip to content

1.2.0

Choose a tag to compare

@Choc13 Choc13 released this 16 Apr 12:51
· 4 commits to master since this release
6936d2d

New Features

  • Added ToActionResult extension method to convert Result<TData> to an IActionResult

Deprecated (Will be removed in 2.0)

  • DomainExceptionFilter - Domain models should instead return Result<TData> and then convert to an IActionResult in the controller using the extension methods provided by this library.
  • ErrorResponse - ProblemDetails are now used to convey errors to client in the case of failures.