Torfi
Results
1
issues of
Torfi
I'm using Lamar for DI and the `IHostBuilder.OverrideServices` method to introduce **fakes/mocks during integration testing** which works fine until I want to replace a named instance. ``` builder.OverrideServices(services => {...