2 implementations of StartAsync
aspire (1)
Projects\AppHostServerSession.cs (1)
158
public async Task
StartAsync
()
Aspire.Cli.Tests (1)
TestServices\FakeAppHostServerSession.cs (1)
55
public async Task
StartAsync
()
13 references to StartAsync
aspire (13)
Commands\Sdk\SdkDumpCommand.cs (2)
200
await serverSession.
StartAsync
();
299
await serverSession.
StartAsync
();
Commands\Sdk\SdkExportCommand.cs (1)
219
await serverSession.
StartAsync
();
Commands\Sdk\SdkGenerateCommand.cs (1)
161
await serverSession.
StartAsync
();
Projects\GuestAppHostProject.cs (3)
324
await serverSession.
StartAsync
();
500
await serverSession.
StartAsync
();
1111
await serverSession.
StartAsync
();
Projects\IAppHostServerSession.cs (5)
21
/// <see cref="
StartAsync
"/> so callers can plumb it into the guest AppHost environment.
26
/// Gets the RPC socket path, or <see langword="null"/> if <see cref="
StartAsync
"/> has not
33
/// <see cref="
StartAsync
"/> has not been called (or threw before the process was published).
39
/// if <see cref="
StartAsync
"/> has not been called (or threw before the process was published).
75
/// The caller drives it via <see cref="IAppHostServerSession.
StartAsync
"/>,
Scaffolding\ScaffoldingService.cs (1)
157
await serverSession.
StartAsync
();