4 references to GetRequiredCommands
aspire (2)
Utils\EnvironmentChecker\TypeScriptAppHostToolingCheck.cs (2)
105foreach (var command in TypeScriptAppHostToolchainResolver.GetRequiredCommands(toolchain)) 158Message = $"TypeScript AppHost tooling found ({string.Join(", ", TypeScriptAppHostToolchainResolver.GetRequiredCommands(toolchain))}).",
Aspire.Cli.Tests (2)
Commands\TypeScriptAppHostToolingCheckTests.cs (2)
32var requiredCommands = TypeScriptAppHostToolchainResolver.GetRequiredCommands(toolchain); 66var requiredCommands = TypeScriptAppHostToolchainResolver.GetRequiredCommands(toolchain);