6 references to ValidRefCsprojRelPath
dotnet.Tests (4)
CommandTests\Reference\Add\GivenDotnetAddReference.cs (2)
599
csproj.NumberOfProjectReferencesWithIncludeContaining(setup.
ValidRefCsprojRelPath
.Replace('/', '\\')).Should().Be(1);
611
.Execute(setup.
ValidRefCsprojRelPath
);
CommandTests\Reference\Remove\GivenDotnetRemoveP2P.cs (2)
496
{string.Format(CliStrings.ProjectReferenceRemoved, Path.Combine(setup.
ValidRefCsprojRelPath
))}";
520
{string.Format(CliStrings.ProjectReferenceRemoved, Path.Combine(setup.
ValidRefCsprojRelPath
))}";
Msbuild.Tests.Utilities (2)
TestSetup.cs (2)
17
public string ValidRefCsprojPath => Path.Combine(TestRoot,
ValidRefCsprojRelPath
);
18
public string ValidRefCsprojRelToOtherProjPath => Path.Combine("..",
ValidRefCsprojRelPath
);