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
<Description>Extension methods to configure exception handler which write MVC action result to responce body. Userfull for writing objects</Description>
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -65,5 +65,5 @@ Sample of transitions:
65
65
| Package | Target | Comments |
66
66
| ---------| ------------- | ------------- |
67
67
| Community.AspNetCore.ExceptionHandling | netstandard2.0 netcoreapp2.1 | Main functionality |
68
-
| Community.AspNetCore.ExceptionHandling.Mvc | netcoreapp2.1 | Alllow to use MVC IActionResult (including ObjectResult) in 'Response' handler |
68
+
| Community.AspNetCore.ExceptionHandling.Mvc |netstandard2.0 netcoreapp2.1 | Alllow to use MVC IActionResult (including ObjectResult) in 'Response' handler |
69
69
| Community.AspNetCore.ExceptionHandling.NewtonsoftJson | netstandard2.0 | Allow to set Json serialized object as a response body in 'Response' handler. Use it only if 'Community.AspNetCore.ExceptionHandling.Mvc' usage not possible |
0 commit comments