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
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -331,11 +331,9 @@ The version 3 of ExceptionMapper is a major rewrite that simplifies the codebase
331
331
332
332
Here is a list of what I want to do:
333
333
334
-
-[x] Take the fallback out of `MapCommonHttpExceptions()` into its own extension, like `MapHttpFallback()`
335
-
-[x] Add one or more serialization handlers that at least support JSON serialization and that leverage `ProblemDetailsFactory` to create `ProblemDetails` objects.
336
-
-[ ] Write tests that covers `ForEvolve.ExceptionMapper.FluentMapper` and other missing pieces.
337
334
-[ ] Improve overall test coverage.
338
-
-[ ] Create a Minimal API project sample.
335
+
-[ ] Implement custom type converter. The serializer would either use the converter or fall back to the reflection-based code if no type converter is available.
0 commit comments