2 references to Add
dotnet-aot (2)
parent\dotnet\Commands\Solution\SolutionArgumentValidator.cs (2)
23
string message = commandType == CommandType.
Add
? CliStrings.SpecifyAtLeastOneProjectToAdd : CliStrings.SpecifyAtLeastOneProjectToRemove;
53
string command = commandType == CommandType.
Add
? "add" : "remove";