Skip to content

Commit 7a7b667

Browse files
committed
Remaining work
1 parent e2e4156 commit 7a7b667

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,12 +365,16 @@ The source generator provides compile-time errors for:
365365
- Using sync methods when only async handlers exist
366366
- Middleware configuration issues
367367

368-
## Remaining Work
368+
## 📋 Remaining Work
369369

370370
- [ ] Simplify tests to use Roslyn source generator testing utilities and have it generate code in memory and do asserts there instead of having all integration tests
371+
- [ ] Figure out why targets / props files don't seem to be working
372+
- Shouldn't have to add InterceptorsNamespaces to consumer projects
373+
- Simple flag to have files generated to project
371374
- [ ] Implement multiple assembly support
372375
- Ability to call `AddMediator` to entry assembly and have it register handlers in all assemblies
373376
- [ ] Clean architecture sample app
377+
- [ ] Modular monolith architecture sample app
374378

375379
## 📄 License
376380

0 commit comments

Comments
 (0)