示例#1
0
 public static void RemoveExtraneousDependencies(string solutionFilePath, bool dryRun = true)
 {
     VirconiumUtilities.RemoveExtraneousDependencies(solutionFilePath, dryRun);
 }
示例#2
0
 public static void AddMissingDependencies(string solutionFilePath, bool dryRun = true)
 {
     VirconiumUtilities.AddMissingDependencies(solutionFilePath, dryRun);
 }
示例#3
0
 public static void RemoveExtraneousDependencies(string solutionFilePath, string[] projectFilePaths, TextWriter writer, bool dryRun = true)
 {
     VirconiumUtilities.RemoveExtraneousDependencies(solutionFilePath, projectFilePaths, writer, dryRun);
 }