9 implementations of RunAsync
aspire (2)
Projects\DotNetBasedAppHostServerProject.cs (1)
590
public async Task<AppHostServerRunResult>
RunAsync
(
Projects\PrebuiltAppHostServer.cs (1)
1350
public async Task<AppHostServerRunResult>
RunAsync
(
Aspire.Cli.Tests (7)
Commands\Sdk\SdkExportCommandTests.cs (1)
459
public Task<AppHostServerRunResult>
RunAsync
(
Projects\AppHostServerSessionTests.cs (3)
604
public async Task<AppHostServerRunResult>
RunAsync
(
648
public async Task<AppHostServerRunResult>
RunAsync
(
698
public Task<AppHostServerRunResult>
RunAsync
(
Scaffolding\ChannelReseedTests.cs (1)
149
public Task<AppHostServerRunResult>
RunAsync
(
TestServices\FakeFailingAppHostServerProject.cs (1)
32
public Task<AppHostServerRunResult>
RunAsync
(
TestServices\FakeSucceedingAppHostServerProject.cs (1)
29
public Task<AppHostServerRunResult>
RunAsync
(
4 references to RunAsync
aspire (4)
Projects\AppHostServerSession.cs (2)
21
/// <see cref="IAppHostServerProject.
RunAsync
"/>. Termination is requested either by cancelling the
203
result = await _project.
RunAsync
(
Projects\IAppHostServerProject.cs (2)
25
/// Result of <see cref="IAppHostServerProject.
RunAsync
"/> — a launched AppHost server process plus the
46
/// Controls how <see cref="IAppHostServerProject.
RunAsync
"/> spawns and tears down the server child.