5 references to FrameworkOptionName
dotnet (2)
Telemetry\TelemetryFilter.cs (2)
102
optionsToLog: [ CommonOptions.
FrameworkOptionName
, TargetPlatformOptions.RuntimeOptionName, CommonOptions.ConfigurationOptionName ]
107
optionsToLog: [CommonOptions.
FrameworkOptionName
, CommonOptions.ConfigurationOptionName]
dotnet-watch (2)
CommandLine\CommandLineOptions.cs (1)
81
var buildOptions = command.Options.Where(o => o.ForwardingFunction is not null && o.Name != CommonOptions.
FrameworkOptionName
);
CommandLine\DotnetWatchCommandDefinition.cs (1)
22
public readonly Option<string?> FrameworkOption = new(CommonOptions.
FrameworkOptionName
, "-f")
Microsoft.DotNet.Cli.Definitions (1)
Common\CommonOptions.cs (1)
173
new Option<string>(
FrameworkOptionName
, "-f")