Commit e8d5ce7
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 832962e commit e8d5ce7
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