32 references to AspireStopAsync
Aspire.Cli.EndToEnd.Tests (32)
AgentMcpExcludeFromMcpTests.cs (1)
67await auto.AspireStopAsync(counter);
AgentMcpLogsTests.cs (1)
68await auto.AspireStopAsync(counter);
BundleSmokeTests.cs (1)
40await auto.AspireStopAsync(counter);
ChannelUpdateWorkflowTests.cs (2)
150await auto.AspireStopAsync(counter); 192await auto.AspireStopAsync(counter);
DoctorCommandTests.cs (1)
196await auto.AspireStopAsync(counter);
EmptyAppHostTemplateTests.cs (1)
41await auto.AspireStopAsync(counter);
Helpers\CliE2EAutomatorHelpers.cs (1)
741/// <see cref="AspireStopAsync"/> when done.
IsolatedInstancesOtelLogsTests.cs (2)
103await auto.AspireStopAsync(counter, apphost: appHost1); 104await auto.AspireStopAsync(counter, apphost: appHost2);
JavaEmptyAppHostTemplateTests.cs (1)
45await auto.AspireStopAsync(counter);
LogLevelTests.cs (1)
49await auto.AspireStopAsync(counter);
MultipleAppHostTests.cs (1)
70await auto.AspireStopAsync(counter);
OllamaIntegrationTests.cs (1)
95await auto.AspireStopAsync(counter);
OtelLogsTests.cs (1)
87await auto.AspireStopAsync(counter);
PersistentContainerEndToEndTests.cs (2)
143await auto.AspireStopAsync(counter); 147await auto.AspireStopAsync(counter);
PythonReactTemplateTests.cs (1)
51await auto.AspireStopAsync(counter);
SmokeTests.cs (2)
142await auto.AspireStopAsync(counter); 179await auto.AspireStopAsync(counter);
StartStopTests.cs (2)
170await auto.AspireStopAsync(counter); 182await auto.AspireStopAsync(counter);
TerminalCommandTests.cs (1)
82await auto.AspireStopAsync(counter);
TypeScriptCodegenValidationTests.cs (2)
331await auto.AspireStopAsync(counter); 414await auto.AspireStopAsync(counter);
TypeScriptEmptyAppHostTemplateTests.cs (2)
71await auto.AspireStopAsync(counter); 100await auto.AspireStopAsync(counter);
TypeScriptLegacyAppHostTests.cs (1)
92await auto.AspireStopAsync(counter);
TypeScriptMigrateAppHostTests.cs (1)
86await auto.AspireStopAsync(counter);
TypeScriptSqlServerNativeAssetsBundleTests.cs (1)
73await auto.AspireStopAsync(counter);
TypeScriptStarterSmokeTests.cs (1)
89await auto.AspireStopAsync(counter);
TypeScriptStarterTemplateTests.cs (1)
60await auto.AspireStopAsync(counter);