42 references to ForwardAs
dotnet (42)
Commands\Build\BuildCommandParser.cs (3)
30
}.
ForwardAs
("--target:Rebuild");
36
}.
ForwardAs
("--property:BuildProjectReferences=false");
42
}.
ForwardAs
("-nologo");
Commands\Clean\CleanCommandParser.cs (1)
30
}.
ForwardAs
("-nologo");
Commands\Pack\PackCommandParser.cs (5)
32
}.
ForwardAs
("-property:NoBuild=true");
38
}.
ForwardAs
("-property:IncludeSymbols=true");
44
}.
ForwardAs
("-property:IncludeSource=true");
50
}.
ForwardAs
("-property:Serviceable=true");
56
}.
ForwardAs
("-nologo");
Commands\Package\Add\PackageAddCommandParser.cs (1)
19
}.
ForwardAs
("--prerelease");
Commands\Package\List\PackageListCommandParser.cs (7)
17
}.
ForwardAs
("--outdated");
23
}.
ForwardAs
("--deprecated");
29
}.
ForwardAs
("--vulnerable");
42
}.
ForwardAs
("--include-transitive");
48
}.
ForwardAs
("--include-prerelease");
54
}.
ForwardAs
("--highest-patch");
60
}.
ForwardAs
("--highest-minor");
Commands\Package\Search\PackageSearchCommandParser.cs (2)
43
}.
ForwardAs
("--exact-match");
51
}.
ForwardAs
("--prerelease");
Commands\Publish\PublishCommandParser.cs (2)
38
}.
ForwardAs
("-property:NoBuild=true");
44
}.
ForwardAs
("-nologo");
Commands\Restore\RestoreCommandParser.cs (9)
40
}.
ForwardAs
("-property:RestorePackagesWithLockFile=true"),
45
}.
ForwardAs
("-property:RestoreLockedMode=true"),
55
}.
ForwardAs
("-property:RestoreForceEvaluate=true"),
150
}.
ForwardAs
("-property:RestoreDisableParallel=true");
164
}.
ForwardAs
("-property:RestoreNoCache=true");
171
}.
ForwardAs
("-property:RestoreNoHttpCache=true");
178
}.
ForwardAs
("-property:RestoreIgnoreFailedSources=true");
185
}.
ForwardAs
("-property:RestoreForce=true");
221
}.
ForwardAs
("-property:RestoreRecursive=false");
Commands\Store\StoreCommandParser.cs (2)
61
}.
ForwardAs
("-property:SkipOptimization=true");
67
}.
ForwardAs
("-property:CreateProfilingSymbols=false");
Commands\Test\TestCommandParser.cs (3)
39
}.
ForwardAs
("-property:VSTestListTests=true");
84
}.
ForwardAs
("-property:VSTestNoBuild=true");
135
}.
ForwardAs
("-property:VSTestBlameHang=true");
Commands\Tool\ToolCommandRestorePassThroughOptions.cs (4)
17
}.
ForwardAs
("--disable-parallel");
24
}.
ForwardAs
("--no-cache");
30
}.
ForwardAs
("--no-http-cache");
36
}.
ForwardAs
("--ignore-failed-sources");
CommonOptions.cs (3)
221
}.
ForwardAs
("--property:UseCurrentRuntimeIdentifier=True");
252
}.
ForwardAs
("-restore:false");
260
}.
ForwardAs
("-restore");