13 references to _workspace
Aspire.Managed.Tests (13)
NuGet\RestoreCommandTests.cs (13)
14public void Dispose() => _workspace.Dispose();
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"));