Skip to content

Commit fb178e8

Browse files
committed
Update the to-do list
1 parent 3553f94 commit fb178e8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -331,11 +331,9 @@ The version 3 of ExceptionMapper is a major rewrite that simplifies the codebase
331331

332332
Here is a list of what I want to do:
333333

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.
337334
- [ ] 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.
336+
- [ ] Create a more "real-life" code sample.
339337

340338
# Found a bug or have a feature request?
341339

0 commit comments

Comments
 (0)