Override configuration before DI setup #5240
Replies: 1 comment 3 replies
|
Hi man, did you figure this out? |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
With the ASP.NET integration tests integration, the DI happens before the tests get a chance to override the configuration (https://tunit.dev/docs/examples/aspnet#lifecycle-order). If this is the intended behavior, what is the correct way to, say, override a connection string before DI happens?
All reactions