You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.