6 references to StartAppHostAsync
Aspire.Templates.Tests (6)
BuildAndRunTemplateTests.cs (3)
40
await project.
StartAppHostAsync
(extraArgs: [$"-c {config}"]);
58
await project.
StartAppHostAsync
();
141
await project.
StartAppHostAsync
();
PerTestFrameworkTemplatesTests.cs (1)
60
await project.
StartAppHostAsync
(extraArgs: [$"-c {config}"]);
TemplateAppFixture.cs (1)
47
await Project.
StartAppHostAsync
(extraArgs: [$"-c {_config}"]);
TemplateTestsBase.cs (1)
287
await project.
StartAppHostAsync
(extraArgs: [$"-c {config}"], noBuild: false);