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