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