2 references to CreateExecutableAsync
Aspire.Hosting (2)
Dcp\DcpExecutor.cs (2)
1467
=> CreateRenderedResourcesAsync(
CreateExecutableAsync
, execAppResources, Model.Dcp.ExecutableKind, cancellationToken);
2481
await
CreateExecutableAsync
(appResource, resourceLogger, cancellationToken).ConfigureAwait(false);