4 instantiations of AppHostServerRunResult
aspire (2)
Projects\DotNetBasedAppHostServerProject.cs (1)
718return new AppHostServerRunResult(_socketPath, outputCollector, execution);
Projects\PrebuiltAppHostServer.cs (1)
1412return new AppHostServerRunResult(_socketPath, outputCollector, execution);
Aspire.Cli.Tests (2)
Projects\AppHostServerSessionTests.cs (2)
627return new AppHostServerRunResult( 675return new AppHostServerRunResult(
11 references to AppHostServerRunResult
aspire (4)
Projects\AppHostServerSession.cs (1)
200AppHostServerRunResult result;
Projects\DotNetBasedAppHostServerProject.cs (1)
590public async Task<AppHostServerRunResult> RunAsync(
Projects\IAppHostServerProject.cs (1)
125Task<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(