24 references to ProjDir
dotnet.Tests (24)
CommandTests\Reference\Add\GivenDotnetAddReference.cs (18)
63return new ProjDir(_testAssetsManager.CreateTestDirectory(testName: callingMethod, identifier: identifier).Path); 68var projDir = dir == null ? NewDir(callingMethod: callingMethod, identifier: identifier) : new ProjDir(dir); 368var proj = new ProjDir(Path.Combine(setup.TestRoot, "WithExistingRefCondOnItem")); 403var proj = new ProjDir(Path.Combine(setup.TestRoot, "WithExistingRefCondWhitespaces")); 418var proj = new ProjDir(Path.Combine(setup.TestRoot, "WithRefNoCondNonUniform")); 433var proj = new ProjDir(Path.Combine(setup.TestRoot, "WithRefNoCondNonUniform")); 450var proj = new ProjDir(Path.Combine(setup.TestRoot, "WithRefCondNonUniform")); 465var proj = new ProjDir(Path.Combine(setup.TestRoot, "WithRefCondNonUniform")); 482var proj = new ProjDir(Path.Combine(setup.TestRoot, "EmptyItemGroup")); 606var proj = new ProjDir(setup.LibDir); 624var lib = new ProjDir(setup.LibDir); 625var net45lib = new ProjDir(Path.Combine(setup.TestRoot, "Net45Lib")); 641var lib = new ProjDir(setup.LibDir); 642var net452netcoreapp10lib = new ProjDir(Path.Combine(setup.TestRoot, "Net452AndNetCoreApp10Lib")); 663var lib = new ProjDir(setup.LibDir); 664var net45lib = new ProjDir(Path.Combine(setup.TestRoot, "Net45Lib")); 681var lib = new ProjDir(setup.LibDir); 682var net45lib = new ProjDir(Path.Combine(setup.TestRoot, "Net45Lib"));
CommandTests\Reference\List\GivenDotnetListReference.cs (1)
241var dir = new ProjDir(Path.Combine(basePath, testProjectName));
CommandTests\Reference\Remove\GivenDotnetRemoveP2P.cs (5)
63return new ProjDir(_testAssetsManager.CreateTestDirectory(testName: callingMethod, identifier: identifier).Path); 68var projDir = dir == null ? NewDir(callingMethod: callingMethod, identifier: identifier) : new ProjDir(dir); 103return new ProjDir(setup.LibDir); 120var ret = new ProjDir(setup.ValidRefDir); 411var proj = new ProjDir(Path.Combine(setup.TestRoot, "WithDoubledRef"));