9 implementations of PrepareAsync
aspire (2)
Projects\DotNetBasedAppHostServerProject.cs (1)
560
public async Task<AppHostServerPrepareResult>
PrepareAsync
(
Projects\PrebuiltAppHostServer.cs (1)
144
public async Task<AppHostServerPrepareResult>
PrepareAsync
(
Aspire.Cli.Tests (7)
Commands\Sdk\SdkExportCommandTests.cs (1)
447
public Task<AppHostServerPrepareResult>
PrepareAsync
(
Projects\AppHostServerSessionTests.cs (3)
596
public Task<AppHostServerPrepareResult>
PrepareAsync
(
640
public Task<AppHostServerPrepareResult>
PrepareAsync
(
690
public Task<AppHostServerPrepareResult>
PrepareAsync
(
Scaffolding\ChannelReseedTests.cs (1)
138
public Task<AppHostServerPrepareResult>
PrepareAsync
(
TestServices\FakeFailingAppHostServerProject.cs (1)
24
public Task<AppHostServerPrepareResult>
PrepareAsync
(
TestServices\FakeSucceedingAppHostServerProject.cs (1)
21
public Task<AppHostServerPrepareResult>
PrepareAsync
(
7 references to PrepareAsync
aspire (6)
Commands\Sdk\SdkDumpCommand.cs (2)
178
var prepareResult = await appHostServerProject.
PrepareAsync
(
277
var prepareResult = await appHostServerProject.
PrepareAsync
(
Commands\Sdk\SdkExportCommand.cs (1)
191
var prepareResult = await appHostServerProject.
PrepareAsync
(
Commands\Sdk\SdkGenerateCommand.cs (1)
139
var prepareResult = await appHostServerProject.
PrepareAsync
(
Projects\GuestAppHostProject.cs (1)
284
var result = await appHostServerProject.
PrepareAsync
(sdkVersion, integrations, requestedChannel, packageSourceOverride, cancellationToken);
Scaffolding\ScaffoldingService.cs (1)
140
() => appHostServerProject.
PrepareAsync
(prepareSdkVersion, integrations, requestedChannel: context.Channel, packageSourceOverride: context.PackageSourceOverride, cancellationToken: cancellationToken),
Aspire.Cli.Tests (1)
Commands\NewCommandTemplateConfigPersistenceTests.cs (1)
27
/// <see cref="IAppHostServerProject.
PrepareAsync
"/> returns failure so the early on-disk