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