13 references to Path
Aspire.Managed.Tests (13)
NuGet\RestoreCommandTests.cs (12)
19var customPackagesDir = Path.GetFullPath(Path.Combine(_workspace.Path, "custom-packages")); 20var nugetConfigPath = Path.Combine(_workspace.Path, "NuGet.config"); 43}, _workspace.Path, options).Dispose(); 46var assetsContent = File.ReadAllText(Path.Combine(_workspace.Path, "obj", "project.assets.json")); 53var customPackagesDir = Path.GetFullPath(Path.Combine(_workspace.Path, "env-packages")); 66}, _workspace.Path, options).Dispose(); 69var assetsContent = File.ReadAllText(Path.Combine(_workspace.Path, "obj", "project.assets.json")); 76var nugetConfigPath = Path.Combine(_workspace.Path, "NuGet.config"); 77var configSourcePath = Path.Combine(_workspace.Path, "config-source"); 78var cliSourcePath = Path.Combine(_workspace.Path, "cli-source"); 107}, nugetConfigPath, cliSourcePath, _workspace.Path, options).Dispose(); 111var assetsContent = File.ReadAllText(Path.Combine(_workspace.Path, "obj", "project.assets.json"));
tests\Shared\TemporaryWorkspace.cs (1)
238var aspireDir = IOPath.Combine(workspace.Path, ".aspire");