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