7 references to ShouldForwardProcessPathAsAspireCliPath
aspire (1)
DotNet\DotNetCliRunner.cs (1)
602if (projectFile is null || env.ContainsKey("AspireCliPath") || string.IsNullOrWhiteSpace(processPath) || !ShouldForwardProcessPathAsAspireCliPath(processPath))
Aspire.Cli.Tests (6)
DotNet\DotNetCliRunnerTests.cs (6)
291if (Environment.ProcessPath is { } processPath && DotNetCliRunner.ShouldForwardProcessPathAsAspireCliPath(processPath)) 316Assert.False(DotNetCliRunner.ShouldForwardProcessPathAsAspireCliPath(cliPath)); 333Assert.False(DotNetCliRunner.ShouldForwardProcessPathAsAspireCliPath(linkPath)); 344Assert.False(DotNetCliRunner.ShouldForwardProcessPathAsAspireCliPath(dotnetPath)); 357Assert.True(DotNetCliRunner.ShouldForwardProcessPathAsAspireCliPath(cliPath)); 373Assert.True(DotNetCliRunner.ShouldForwardProcessPathAsAspireCliPath(cliPath));