2 implementations of GetRuntimeSpecAsync
aspire (1)
Projects\AppHostRpcClient.cs (1)
82public Task<RuntimeSpec> GetRuntimeSpecAsync(string languageId, CancellationToken cancellationToken)
Aspire.Cli.Tests (1)
TestServices\FakeAppHostServerSession.cs (1)
109public virtual Task<RuntimeSpec> GetRuntimeSpecAsync(string languageId, CancellationToken cancellationToken)
2 references to GetRuntimeSpecAsync
aspire (2)
Projects\GuestAppHostProject.cs (1)
2049var runtimeSpec = await rpcClient.GetRuntimeSpecAsync(_resolvedLanguage.LanguageId, cancellationToken);
Scaffolding\ScaffoldingService.cs (1)
422var runtimeSpec = await rpcClient.GetRuntimeSpecAsync(language.LanguageId.Value, cancellationToken);