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