7 references to GetCommandName
aspire (7)
Projects\TypeScriptAppHostToolchainResolver.cs (4)
44GetCommandName(resolution.Toolchain), 104_ => [GetCommandName(toolchain)] 122return $"{GetCommandName(toolchain)} install"; 176Command = GetCommandName(toolchain),
Scaffolding\ScaffoldingService.cs (1)
532return TypeScriptAppHostToolchainResolver.GetCommandName(toolchain);
Utils\EnvironmentChecker\TypeScriptAppHostToolingCheck.cs (2)
106["toolchain"] = TypeScriptAppHostToolchainResolver.GetCommandName(toolchain), 128["toolchain"] = TypeScriptAppHostToolchainResolver.GetCommandName(toolchain),