4 references to Create
Aspire.Hosting.Tests (3)
AsHttp2ServiceTests.cs (1)
74private static TestProgram CreateTestProgram(string[] args) => TestProgram.Create<AsHttp2ServiceTests>(args, disableDashboard: true);
ManifestGenerationTests.cs (1)
530var program = TestProgram.Create<ManifestGenerationTests>(GetManifestArgs(), includeIntegrationServices, includeNodeApp);
TestProgramFixture.cs (1)
62return TestProgram.Create<DistributedApplicationTests>(randomizePorts: false);
TestProject.AppHost (1)
Program.cs (1)
4var testProgram = TestProgram.Create<Program>(args, includeIntegrationServices: true, disableDashboard: false);