.NET Format Style Fixes
This commit is contained in:
+5
-1
@@ -28,7 +28,11 @@ public class DI
|
||||
var diHandler = new DependencyInjectionHandler(services);
|
||||
|
||||
diHandler.AddInjectableTypesFromTypeAssembly(typeof(App));
|
||||
diHandler.AddInjectableTypesFromTypeList([typeof(MockLogger<>)/* TODO: this needs to be enabled but the randomizer needs to NOT be random, typeof(MockRandomUtil)*/]);
|
||||
diHandler.AddInjectableTypesFromTypeList(
|
||||
[
|
||||
typeof(MockLogger<>), /* TODO: this needs to be enabled but the randomizer needs to NOT be random, typeof(MockRandomUtil)*/
|
||||
]
|
||||
);
|
||||
|
||||
diHandler.InjectAll();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user