10 references to Join
Aspire.Hosting.Python.Tests (6)
AddPythonAppTests.cs (6)
155
Assert.Equal(Path.
Join
(projectDirectory, ".venv", "Scripts", "python.exe"), pythonProjectResource.Command);
159
Assert.Equal(Path.
Join
(projectDirectory, ".venv", "bin", "python"), pythonProjectResource.Command);
189
Assert.Equal(Path.
Join
(projectDirectory, ".venv", "Scripts", "opentelemetry-instrument.exe"), pythonProjectResource.Command);
193
Assert.Equal(Path.
Join
(projectDirectory, ".venv", "bin", "opentelemetry-instrument"), pythonProjectResource.Command);
230
Assert.Equal(Path.
Join
(projectDirectory, ".venv", "Scripts", "python.exe"), pythonProjectResource.Command);
234
Assert.Equal(Path.
Join
(projectDirectory, ".venv", "bin", "python"), pythonProjectResource.Command);
Microsoft.CodeAnalysis.LanguageServer (1)
FileBasedPrograms\VirtualProjectXmlProvider.cs (1)
142
return Path.
Join
(directory, "dotnet", "runfile", directoryName);
System.Windows.Forms (1)
System\Windows\Forms\Application.cs (1)
1148
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);