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); 609var cmd = new DotnetCommand(Log, "add", setup.LibCsprojPath, "reference") 670cmd.StdErr.Should().Be(string.Format(CliStrings.ProjectDoesNotTargetFramework, setup.LibCsprojPath, framework));
CommandTests\Reference\Remove\GivenDotnetRemoveP2P.cs (1)
519string outputText = $@"{string.Format(CliStrings.ProjectReferenceCouldNotBeFound, setup.LibCsprojPath)}