Commit 47651dc
Stop self-registering PayloadStore on the client; consume the shared store
Restore the original design: the client never registers a PayloadStore, it only
consumes a shared/external one (via AddExternalizedPayloadStore or an in-process
worker). Only the worker self-registers a fallback store. Remove the client Core's
TryAddSingleton<PayloadStore> block (and its now-unused
Microsoft.Extensions.DependencyInjection.Extensions using); the client Core
PostConfigure still resolves PayloadStore from the shared/worker registration.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>1 parent 3fbf061 commit 47651dc
1 file changed
Lines changed: 0 additions & 10 deletions
File tree
- src/Extensions/AzureBlobPayloads/DependencyInjection
Lines changed: 0 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
64 | 63 | | |
65 | 64 | | |
66 | 65 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | 66 | | |
77 | 67 | | |
78 | 68 | | |
| |||
0 commit comments