9 references to ValidRefCsprojRelToOtherProjPath
dotnet.Tests (9)
CommandTests\Reference\Add\GivenDotnetAddReference.cs (2)
175
.Execute(setup.
ValidRefCsprojRelToOtherProjPath
);
617
csproj.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
);
443
cmd.StdOut.Should().Be(string.Format(CliStrings.ProjectReferenceRemoved, setup.
ValidRefCsprojRelToOtherProjPath
));
460
.Execute(setup.
ValidRefCsprojRelToOtherProjPath
);
462
cmd.StdOut.Should().Be(string.Format(CliStrings.ProjectReferenceRemoved, setup.
ValidRefCsprojRelToOtherProjPath
));
481
cmd.StdOut.Should().Be(string.Format(CliStrings.ProjectReferenceRemoved, setup.
ValidRefCsprojRelToOtherProjPath
));