19 references to Join
Aspire.Hosting.JavaScript (1)
JavaScriptHostingExtensions.cs (1)
601
var aspireConfigPath = Path.
Join
(appDirectory, "node_modules", ".bin", $"aspire.{Path.GetFileName(configTarget)}");
Aspire.Hosting.Python.Tests (14)
AddPythonAppTests.cs (14)
166
Assert.Equal(Path.
Join
(projectDirectory, ".venv", "Scripts", "python.exe"), pythonProjectResource.Command);
170
Assert.Equal(Path.
Join
(projectDirectory, ".venv", "bin", "python"), pythonProjectResource.Command);
205
Assert.Equal(Path.
Join
(projectDirectory, ".venv", "Scripts", "python.exe"), pythonProjectResource.Command);
209
Assert.Equal(Path.
Join
(projectDirectory, ".venv", "bin", "python"), pythonProjectResource.Command);
248
Assert.Equal(Path.
Join
(projectDirectory, ".venv", "Scripts", "python.exe"), pythonProjectResource.Command);
252
Assert.Equal(Path.
Join
(projectDirectory, ".venv", "bin", "python"), pythonProjectResource.Command);
423
Assert.Equal(Path.
Join
(expectedProjectDirectory, "custom-venv", "Scripts", "python.exe"), pythonProjectResource.Command);
427
Assert.Equal(Path.
Join
(expectedProjectDirectory, "custom-venv", "bin", "python"), pythonProjectResource.Command);
995
Assert.Equal(Path.
Join
(expectedProjectDirectory, ".venv", "Scripts", "python.exe"), pythonProjectResource.Command);
999
Assert.Equal(Path.
Join
(expectedProjectDirectory, ".venv", "bin", "python"), pythonProjectResource.Command);
1028
Assert.Equal(Path.
Join
(expectedProjectDirectory, ".venv", "Scripts", "python.exe"), pythonProjectResource.Command);
1032
Assert.Equal(Path.
Join
(expectedProjectDirectory, ".venv", "bin", "python"), pythonProjectResource.Command);
1062
Assert.Equal(Path.
Join
(expectedProjectDirectory, ".venv", "Scripts", $"{executableName}.exe"), pythonProjectResource.Command);
1066
Assert.Equal(Path.
Join
(expectedProjectDirectory, ".venv", "bin", executableName), pythonProjectResource.Command);
Microsoft.CodeAnalysis.LanguageServer (1)
FileBasedPrograms\VirtualProjectXmlProvider.cs (1)
173
return Path.
Join
(directory, "dotnet", "runfile", directoryName);
System.Windows.Forms (1)
System\Windows\Forms\Application.cs (1)
1184
string path = Path.
Join
(basePath, CompanyName, ProductName, ProductVersion);
System.Windows.Forms.Analyzers.Tests (2)
CurrentReferences.cs (2)
62
string netCoreAppRefPath = Path.
Join
(RepoRootPath, ".dotnet", "packs", RefPackageName);
101
string sdkFolderPath = Path.
Join
(rootFolderPath, ".dotnet", "sdk", version);