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