3 references to Add
dotnet (3)
Commands\Solution\Add\SolutionAddCommand.cs (1)
47
SolutionArgumentValidator.ParseAndValidateArguments(_fileOrDirectory, _projects, SolutionArgumentValidator.CommandType.
Add
, _inRoot, _solutionFolderPath);
Commands\Solution\SolutionArgumentValidator.cs (2)
23
string message = commandType == CommandType.
Add
? CliStrings.SpecifyAtLeastOneProjectToAdd : CliStrings.SpecifyAtLeastOneProjectToRemove;
53
string command = commandType == CommandType.
Add
? "add" : "remove";