5 references to StopAppHostAsync
Aspire.Templates.Tests (5)
BuildAndRunTemplateTests.cs (2)
63await project.StopAppHostAsync(); 127await project.StopAppHostAsync();
PerTestFrameworkTemplatesTests.cs (1)
69await project.StopAppHostAsync();
TemplateTestsBase.cs (1)
309await project.StopAppHostAsync();
tests\Shared\TemplatesTesting\AspireProject.cs (1)
442await StopAppHostAsync().ConfigureAwait(false);