4 references to DirectivesRemoved
dotnet (1)
Commands\Package\Remove\PackageRemoveCommand.cs (1)
88Reporter.Output.WriteLine(CliCommandStrings.DirectivesRemoved, "#:package", count, packageId, fullPath);
dotnet.Tests (3)
CommandTests\Package\Remove\GivenDotnetRemovePackage.cs (3)
104.And.HaveStdOut(string.Format(CliCommandStrings.DirectivesRemoved, "#:package", 1, "Humanizer", file)); 129.And.HaveStdOut(string.Format(CliCommandStrings.DirectivesRemoved, "#:package", 2, "Humanizer", file)); 152.And.HaveStdOut(string.Format(CliCommandStrings.DirectivesRemoved, "#:package", 0, "Humanizer", file));