8 references to LibCsprojPath
dotnet.Tests (8)
CommandTests\Reference\Add\GivenDotnetAddReference.cs (7)
261
.Execute(setup.
LibCsprojPath
)
283
.Execute("-f", FrameworkNet451, setup.
LibCsprojPath
)
327
.Execute("-f", FrameworkNet451, setup.
LibCsprojPath
)
507
.Execute(setup.
LibCsprojPath
, setup.ValidRefCsprojPath);
528
.Execute("-f", FrameworkNet451, setup.
LibCsprojPath
, setup.ValidRefCsprojPath);
609
var cmd = new DotnetCommand(Log, "add", setup.
LibCsprojPath
, "reference")
670
cmd.StdErr.Should().Be(string.Format(CliStrings.ProjectDoesNotTargetFramework, setup.
LibCsprojPath
, framework));
CommandTests\Reference\Remove\GivenDotnetRemoveP2P.cs (1)
519
string outputText = $@"{string.Format(CliStrings.ProjectReferenceCouldNotBeFound, setup.
LibCsprojPath
)}