12 references to LibCsprojName
dotnet.Tests (10)
CommandTests\Reference\Add\GivenDotnetAddReference.cs (2)
513
csproj.NumberOfProjectReferencesWithIncludeContaining(setup.
LibCsprojName
).Should().Be(1);
534
csproj.NumberOfProjectReferencesWithIncludeAndConditionContaining(setup.
LibCsprojName
, ConditionFrameworkNet451).Should().Be(1);
CommandTests\Reference\Remove\GivenDotnetRemoveP2P.cs (8)
253
cmd.StdOut.Should().Be(string.Format(CliStrings.ProjectReferenceRemoved, Path.Combine("Lib", setup.
LibCsprojName
)));
272
cmd.StdOut.Should().Be(string.Format(CliStrings.ProjectReferenceRemoved, Path.Combine("Lib", setup.
LibCsprojName
)));
292
cmd.StdOut.Should().Be(string.Format(CliStrings.ProjectReferenceRemoved, Path.Combine("Lib", setup.
LibCsprojName
)));
348
cmd.StdOut.Should().Be(string.Format(CliStrings.ProjectReferenceRemoved, Path.Combine("Lib", setup.
LibCsprojName
)));
373
cmd.StdOut.Should().Be(string.Format(CliStrings.ProjectReferenceRemoved, Path.Combine("Lib", setup.
LibCsprojName
)));
398
cmd.StdOut.Should().Be(string.Format(CliStrings.ProjectReferenceRemoved, Path.Combine("Lib", setup.
LibCsprojName
)));
495
string outputText = $@"{string.Format(CliStrings.ProjectReferenceRemoved, Path.Combine("Lib", setup.
LibCsprojName
))}
547
result.StdOut.Should().Be(string.Format(CliStrings.ProjectReferenceRemoved, Path.Combine("Lib", setup.
LibCsprojName
)));
Msbuild.Tests.Utilities (2)
TestSetup.cs (2)
23
public string LibCsprojPath => Path.Combine(TestRoot, Lib,
LibCsprojName
);
24
public string LibCsprojRelPath => Path.Combine("..", Lib,
LibCsprojName
);