Commit 04b522d
committed
docs(persistence): warn against resolving IEntityStore from the DI container
The store is intentionally never registered in the container and its
implementation has an internal constructor, so direct registration or
resolution fails at runtime; the remarks now point callers to
RegisterPersistedEntity plus IPersistenceService.GetStore.1 parent 16c441a commit 04b522d
1 file changed
Lines changed: 6 additions & 0 deletions
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
8 | 14 | | |
9 | 15 | | |
10 | 16 | | |
| |||
0 commit comments