Add inbox generated tests#4230
Conversation
Code Review — PR #4230: Add inbox generated testsNice addition. This extends the established test-generator pattern ( 🟠 Missing license headers on generated test templates14 of the 16 inbox templates (every This is inconsistent with the outbox generated tests — e.g. 🟠 MySQL async provider disposes connections synchronouslyIn ```csharp
🟡 Base-class namespace smell
🟡 XML doc
|
PR Review: Add inbox generated testsThanks for this — it's a clean, consistent migration of the inbox integration tests from inheritance-based shared base classes ( What looks good
Suggestions / minor issues
None of these are blockers — (1) is the only one I'd fix before merge since it propagates to every generated file. Nice work consolidating this. Reviewed with Claude Code. |
Code Review — #4230 Add inbox generated testsThanks for this — migrating the inbox tests to the template/generator approach (matching the existing outbox & messaging-gateway generators) is a nice consistency win, and the bulk of the 338 files are mechanically generated Overall this looks solid and the generated output faithfully reproduces the old suite. A few things worth addressing before merge. 🟡 1.
|
|
I have a change coming to Inbox that is sitting behind bug fixes, so we might want to wait for that in a few days |
No problem |
Description
Related Issues
Type of Change
Checklist
Additional Notes