2 implementations of PrepareAsync
aspire (2)
Projects\DotNetBasedAppHostServerProject.cs (1)
439
public async Task<AppHostServerPrepareResult>
PrepareAsync
(
Projects\PrebuiltAppHostServer.cs (1)
99
public async Task<AppHostServerPrepareResult>
PrepareAsync
(
5 references to PrepareAsync
aspire (5)
Commands\Sdk\SdkDumpCommand.cs (1)
149
var prepareResult = await appHostServerProject.
PrepareAsync
(
Commands\Sdk\SdkGenerateCommand.cs (1)
143
var prepareResult = await appHostServerProject.
PrepareAsync
(
Projects\AppHostServerSession.cs (1)
112
var prepareResult = await appHostServerProject.
PrepareAsync
(sdkVersion, integrations, cancellationToken);
Projects\GuestAppHostProject.cs (1)
232
var result = await appHostServerProject.
PrepareAsync
(sdkVersion, integrations, cancellationToken);
Scaffolding\ScaffoldingService.cs (1)
69
() => appHostServerProject.
PrepareAsync
(prepareSdkVersion, integrations, cancellationToken),