Releases: wintoncode/Winton.DomainModelling.AspNetCore
Releases · wintoncode/Winton.DomainModelling.AspNetCore
2.0.0
1.3.0
New Features
ConflictError
now mapped to a 409 conflict response withinToActionResult
1.2.0
New Features
- Added
ToActionResult
extension method to convertResult<TData>
to anIActionResult
Deprecated (Will be removed in 2.0)
DomainExceptionFilter
- Domain models should instead returnResult<TData>
and then convert to anIActionResult
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.