4 references to NoCacheOption
dotnet (3)
Commands\Run\RunCommand.cs (2)
141
throw new GracefulException(CliCommandStrings.CannotCombineOptions, RunCommandParser.
NoCacheOption
.Name, RunCommandParser.NoBuildOption.Name);
694
noCache: parseResult.HasOption(RunCommandParser.
NoCacheOption
),
Commands\Run\RunCommandParser.cs (1)
101
command.Options.Add(
NoCacheOption
);
dotnet.Tests (1)
CommandTests\Run\RunFileTests.cs (1)
2722
.And.HaveStdErrContaining(string.Format(CliCommandStrings.CannotCombineOptions, RunCommandParser.
NoCacheOption
.Name, RunCommandParser.NoBuildOption.Name));