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