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