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