1.1
Handle error responses without an exception, e.g. 401 Unauthorized responses.
By default override the Microsoft.AspNetCore.Mvc.ApiBehaviorOptions.InvalidModelStateResponseFactory
and related settings
and use the configured ExceptionMappers. This can be disabled by setting HttpExceptionsOptions.UseInvalidModelStateResponseFactory
.
As part of this release we had 1 issues closed.
Bugs
No bugs were fixed in this release.
Improvements/Features
- #7 Handle error responses without an exception
Development
- Add code coverage report, and improve code coverage
Changes:
- 4ef2db8 Add code coverage, and improve code coverage (#18)
- 5e7bffe Handle error responses without an exception (#16) #10 #7
This list of changes was [auto generated](https://ofpinewood.visualstudio.com/Of Pine Wood/_build/results?buildId=158&view=logs).