1 implementation of GetRuntimeSpecAsync
aspire (1)
Projects\AppHostRpcClient.cs (1)
46
public Task<RuntimeSpec>
GetRuntimeSpecAsync
(string languageId, CancellationToken cancellationToken)
2 references to GetRuntimeSpecAsync
aspire (2)
Projects\GuestAppHostProject.cs (1)
1041
var runtimeSpec = await rpcClient.
GetRuntimeSpecAsync
(_resolvedLanguage.LanguageId, cancellationToken);
Scaffolding\ScaffoldingService.cs (1)
179
var runtimeSpec = await rpcClient.
GetRuntimeSpecAsync
(language.LanguageId.Value, cancellationToken);