4 references to BuildAndGenerateSdkAsync
aspire (4)
Commands\RestoreCommand.cs (2)
100
async () => await configOnlyGuestProject.
BuildAndGenerateSdkAsync
(configOnlyProjectDirectory, cancellationToken: cancellationToken),
157
async () => await guestProject.
BuildAndGenerateSdkAsync
(directory, cancellationToken: cancellationToken),
Migrations\TypeScriptAppHostMigration.cs (1)
350
async () => await guestProject.
BuildAndGenerateSdkAsync
(appHostDirectory, cancellationToken: cancellationToken),
Projects\GuestAppHostProject.cs (1)
348
return
BuildAndGenerateSdkAsync
(directory, packageSourceOverride, cancellationToken);