2 references to MyContainerStartupBaseClass
Microsoft.AspNetCore.Hosting.Tests (2)
StartupManagerTests.cs (2)
569var startup = StartupLoader.LoadMethods(services, typeof(MyContainerStartupBaseClass), Environments.Development); 611Assert.Throws<InvalidOperationException>(() => StartupLoader.LoadMethods(services, typeof(MyContainerStartupBaseClass), Environments.Development));