4 references to CrasherService
Microsoft.AspNetCore.Hosting.Tests (4)
ConfigureBuilderTests.cs (4)
19.AddSingleton<CrasherService>() 29Assert.Equal($"Could not resolve a service of type '{typeof(CrasherService).FullName}' for the parameter" 35Assert.Contains(nameof(CrasherService), ex.InnerException.StackTrace); 38private static void InjectedMethod(CrasherService service)