9 references to ValidRefCsprojRelToOtherProjPath
dotnet.Tests (9)
CommandTests\Reference\Add\GivenDotnetAddReference.cs (2)
175.Execute(setup.ValidRefCsprojRelToOtherProjPath); 617csproj.NumberOfProjectReferencesWithIncludeContaining(setup.ValidRefCsprojRelToOtherProjPath.Replace('/', '\\')).Should().Be(1);
CommandTests\Reference\List\GivenDotnetListReference.cs (1)
131.Execute(setup.ValidRefCsprojRelToOtherProjPath);
CommandTests\Reference\Remove\GivenDotnetRemoveP2P.cs (6)
221.Execute(setup.ValidRefCsprojRelToOtherProjPath); 441.Execute(setup.ValidRefCsprojRelToOtherProjPath); 443cmd.StdOut.Should().Be(string.Format(CliStrings.ProjectReferenceRemoved, setup.ValidRefCsprojRelToOtherProjPath)); 460.Execute(setup.ValidRefCsprojRelToOtherProjPath); 462cmd.StdOut.Should().Be(string.Format(CliStrings.ProjectReferenceRemoved, setup.ValidRefCsprojRelToOtherProjPath)); 481cmd.StdOut.Should().Be(string.Format(CliStrings.ProjectReferenceRemoved, setup.ValidRefCsprojRelToOtherProjPath));