Commit b36dec6
fix(plugins): share BaseDbContext type across plugin ALCs
Without sharing, each plugin loads its own BaseDbContext Type in an
isolated AssemblyLoadContext, so plugin services cannot resolve the
host's BaseDbContext DI registration. Required once the host stopped
re-registering BaseDbContext in each plugin's ConfigureDbContext.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 4682a72 commit b36dec6
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
317 | 318 | | |
318 | 319 | | |
319 | 320 | | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
320 | 326 | | |
321 | 327 | | |
322 | 328 | | |
| |||
0 commit comments