6 references to ToolsShimPathInUnix
dotnet (3)
ShellShim\EnvironmentPathFactory.cs (3)
41
CliFolderPathCalculator.
ToolsShimPathInUnix
,
49
executablePath: CliFolderPathCalculator.
ToolsShimPathInUnix
,
66
executablePath: CliFolderPathCalculator.
ToolsShimPathInUnix
,
dotnet.Tests (3)
ConfigurerTests\GivenAPathCalculator.cs (1)
13
CliFolderPathCalculator.ToolsPackagePath.Should().NotBe(CliFolderPathCalculator.
ToolsShimPathInUnix
.Path);
GivenThatTheUserIsRunningDotNetForTheFirstTime.cs (2)
226
$"export PATH=\"$PATH:{CliFolderPathCalculator.
ToolsShimPathInUnix
.PathWithDollar}\"");
241
File.ReadAllText(pathsd).Should().Be(CliFolderPathCalculator.
ToolsShimPathInUnix
.PathWithTilde);