7 references to ShouldForwardProcessPathAsAspireCliPath
aspire (1)
DotNet\DotNetCliRunner.cs (1)
614
if (projectFile is null || env.ContainsKey("AspireCliPath") || string.IsNullOrWhiteSpace(processPath) || !
ShouldForwardProcessPathAsAspireCliPath
(processPath))
Aspire.Cli.Tests (6)
DotNet\DotNetCliRunnerTests.cs (6)
323
if (Environment.ProcessPath is { } processPath && DotNetCliRunner.
ShouldForwardProcessPathAsAspireCliPath
(processPath))
348
Assert.False(DotNetCliRunner.
ShouldForwardProcessPathAsAspireCliPath
(cliPath));
365
Assert.False(DotNetCliRunner.
ShouldForwardProcessPathAsAspireCliPath
(linkPath));
376
Assert.False(DotNetCliRunner.
ShouldForwardProcessPathAsAspireCliPath
(dotnetPath));
389
Assert.True(DotNetCliRunner.
ShouldForwardProcessPathAsAspireCliPath
(cliPath));
405
Assert.True(DotNetCliRunner.
ShouldForwardProcessPathAsAspireCliPath
(cliPath));