7 references to GetCommandName
aspire (7)
Projects\TypeScriptAppHostToolchainResolver.cs (4)
48GetCommandName(resolution.Toolchain), 123_ => [GetCommandName(toolchain)] 142return $"{GetCommandName(toolchain)} install"; 204Command = GetCommandName(toolchain),
Scaffolding\ScaffoldingService.cs (1)
538return TypeScriptAppHostToolchainResolver.GetCommandName(toolchain);
Utils\EnvironmentChecker\TypeScriptAppHostToolingCheck.cs (2)
128["toolchain"] = TypeScriptAppHostToolchainResolver.GetCommandName(toolchain), 162["toolchain"] = TypeScriptAppHostToolchainResolver.GetCommandName(toolchain),