4 references to StopAppHostAsync
Aspire.Templates.Tests (4)
BuildAndRunTemplateTests.cs (1)
61
await project.
StopAppHostAsync
();
PerTestFrameworkTemplatesTests.cs (1)
67
await project.
StopAppHostAsync
();
TemplateTestsBase.cs (1)
314
await project.
StopAppHostAsync
();
tests\Shared\TemplatesTesting\AspireProject.cs (1)
434
await
StopAppHostAsync
().ConfigureAwait(false);