2 references to NoCacheOptionName
dotnet (1)
Commands\Run\RunCommand.cs (1)
147throw new GracefulException(CliCommandStrings.CannotCombineOptions, RunCommandDefinition.NoCacheOptionName, RunCommandDefinition.NoBuildOptionName);
Microsoft.DotNet.Cli.Definitions (1)
Commands\Run\RunCommandDefinition.cs (1)
77public readonly Option<bool> NoCacheOption = new(NoCacheOptionName)