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