4 instantiations of AppHostServerRunResult
aspire (2)
Projects\DotNetBasedAppHostServerProject.cs (1)
722return new AppHostServerRunResult(_socketPath, outputCollector, execution);
Projects\PrebuiltAppHostServer.cs (1)
1453return new AppHostServerRunResult(_socketPath, outputCollector, execution);
Aspire.Cli.Tests (2)
Projects\AppHostServerSessionTests.cs (2)
624return new AppHostServerRunResult( 672return new AppHostServerRunResult(
11 references to AppHostServerRunResult
aspire (4)
Projects\AppHostServerSession.cs (1)
200AppHostServerRunResult result;
Projects\DotNetBasedAppHostServerProject.cs (1)
594public async Task<AppHostServerRunResult> RunAsync(
Projects\IAppHostServerProject.cs (1)
125Task<AppHostServerRunResult> RunAsync(
Projects\PrebuiltAppHostServer.cs (1)
1391public async Task<AppHostServerRunResult> RunAsync(
Aspire.Cli.Tests (7)
Commands\Sdk\SdkExportCommandTests.cs (1)
459public Task<AppHostServerRunResult> RunAsync(
Projects\AppHostServerSessionTests.cs (3)
601public async Task<AppHostServerRunResult> RunAsync( 645public async Task<AppHostServerRunResult> RunAsync( 695public Task<AppHostServerRunResult> RunAsync(
Scaffolding\ChannelReseedTests.cs (1)
150public Task<AppHostServerRunResult> RunAsync(
TestServices\FakeFailingAppHostServerProject.cs (1)
32public Task<AppHostServerRunResult> RunAsync(
TestServices\FakeSucceedingAppHostServerProject.cs (1)
29public Task<AppHostServerRunResult> RunAsync(