Commit a2b4537
fix: remove duplicate AddGlobalInboxAttributesAsync call in async pipeline builder
The async BuildAsyncPipeline method had a duplicate call to
AddGlobalInboxAttributesAsync outside the cache-miss block, causing
static cache pollution between tests. Tests without inbox configuration
would pick up cached inbox attributes from earlier tests, then fail
with ArgumentOutOfRangeException when the handler factory couldn't
create UseInboxHandlerAsync.
The sync BuildPipeline method correctly only calls AddGlobalInboxAttributes
once inside the cache-miss block.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent c3e1a45 commit a2b4537
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | 259 | | |
263 | 260 | | |
264 | 261 | | |
| |||
0 commit comments