Use ServiceCollection in Unit Tests with .NET
A popular unit test - and also a necessary test - is the correct registration of interfaces and their implementation with dependency injection. And a
A popular unit test - and also a necessary test - is the correct registration of interfaces and their implementation with dependency injection. And a