11 references to ForwardAsMany
Microsoft.DotNet.Cli.CommandLine (1)
ForwardedOptionExtensions.cs (1)
198option.ForwardAsMany(o => ForwardedArguments(alias, o));
Microsoft.DotNet.Cli.Definitions (10)
Commands\Package\PackageListCommandDefinition.cs (1)
72}.ForwardAsMany(o => ["--config", o!]);
Commands\Test\TestCommandDefinition.VSTest.cs (3)
125}.ForwardAsMany(o => ["-property:VSTestBlameHang=true", $"-property:VSTestBlameHangTimeout={o}"]); 146.ForwardAsMany(o => ["-property:VSTestBlameCrash=true", $"-property:VSTestBlameCrashDumpType={o}"]); 158.ForwardAsMany(o => ["-property:VSTestBlameHang=true", $"-property:VSTestBlameHangDumpType={o}"]);
Commands\Tool\StoreCommandDefinition.cs (1)
23}.ForwardAsMany(o =>
Common\CommonOptions.cs (4)
78.ForwardAsMany(targets => ForwardTargetsAndAdditionalProperties(targets, additionalProperties)) 92.ForwardAsMany(targets => ForwardTargetsAndAdditionalProperties(targets, additionalProperties)) 124.ForwardAsMany(xs => (xs ?? []).Select(x => $"--{name}:{x}")) 284.ForwardAsMany(o => [$"--property:SelfContained={(o ? "true" : "false")}", "--property:_CommandLineDefinedSelfContained=true"])
Common\TargetPlatformOptions.cs (1)
63}.ForwardAsMany(RuntimeArgFunc!);