30 references to ValidRefCsprojPath
dotnet.Tests (30)
CommandTests\Reference\Add\GivenDotnetAddReference.cs (23)
133
.Execute($"\"{setup.
ValidRefCsprojPath
}\"");
161
.Execute($"{setup.
ValidRefCsprojPath
}");
188
.Execute(setup.
ValidRefCsprojPath
);
226
.Execute(setup.
ValidRefCsprojPath
);
244
.Execute("-f", FrameworkNet451, setup.
ValidRefCsprojPath
);
267
.Execute(setup.
ValidRefCsprojPath
);
289
.Execute("-f", FrameworkNet451, setup.
ValidRefCsprojPath
);
305
.Execute("-f", ToolsetInfo.CurrentTargetFramework, setup.
ValidRefCsprojPath
)
311
.Execute("-f", FrameworkNet451, setup.
ValidRefCsprojPath
);
333
.Execute(setup.
ValidRefCsprojPath
);
349
.Execute(setup.
ValidRefCsprojPath
)
355
.Execute(setup.
ValidRefCsprojPath
);
387
.Execute("-f", FrameworkNet451, setup.
ValidRefCsprojPath
)
393
.Execute("-f", FrameworkNet451, setup.
ValidRefCsprojPath
);
438
.Execute(setup.
ValidRefCsprojPath
);
470
.Execute("-f", FrameworkNet451, setup.
ValidRefCsprojPath
);
487
.Execute(setup.
ValidRefCsprojPath
);
507
.Execute(setup.LibCsprojPath, setup.
ValidRefCsprojPath
);
528
.Execute("-f", FrameworkNet451, setup.LibCsprojPath, setup.
ValidRefCsprojPath
);
546
.Execute(setup.
ValidRefCsprojPath
);
578
.Execute(setup.
ValidRefCsprojPath
, "IDoNotExist.csproj");
593
.Execute(setup.
ValidRefCsprojPath
.Replace('\\', '/'));
709
.Execute(Path.GetDirectoryName(setup.
ValidRefCsprojPath
) ?? string.Empty);
CommandTests\Reference\List\GivenDotnetListReference.cs (3)
88
.Execute(setup.
ValidRefCsprojPath
);
117
.Execute(setup.
ValidRefCsprojPath
);
144
.Execute(setup.
ValidRefCsprojPath
);
CommandTests\Reference\Remove\GivenDotnetRemoveP2P.cs (4)
178
.Execute(setup.
ValidRefCsprojPath
);
207
.Execute(setup.
ValidRefCsprojPath
);
234
.Execute($"\"{setup.
ValidRefCsprojPath
}\"");
479
.Execute(setup.
ValidRefCsprojPath
);