9 implementations of RunAsync
aspire (2)
Projects\DotNetBasedAppHostServerProject.cs (1)
590public async Task<AppHostServerRunResult> RunAsync(
Projects\PrebuiltAppHostServer.cs (1)
1350public async Task<AppHostServerRunResult> RunAsync(
Aspire.Cli.Tests (7)
Commands\Sdk\SdkExportCommandTests.cs (1)
459public Task<AppHostServerRunResult> RunAsync(
Projects\AppHostServerSessionTests.cs (3)
604public async Task<AppHostServerRunResult> RunAsync( 648public async Task<AppHostServerRunResult> RunAsync( 698public Task<AppHostServerRunResult> RunAsync(
Scaffolding\ChannelReseedTests.cs (1)
149public Task<AppHostServerRunResult> RunAsync(
TestServices\FakeFailingAppHostServerProject.cs (1)
32public Task<AppHostServerRunResult> RunAsync(
TestServices\FakeSucceedingAppHostServerProject.cs (1)
29public 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 203result = 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.