5 references to Create
Aspire.Hosting.Tests (4)
AsHttp2ServiceTests.cs (1)
74private static TestProgram CreateTestProgram(string[] args) => TestProgram.Create<AsHttp2ServiceTests>(args, disableDashboard: true);
DistributedApplicationTests.cs (1)
903TestProgram.Create<DistributedApplicationTests>(
ManifestGenerationTests.cs (1)
543var 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);