35 types derived from CommandBase
dotnet (35)
Commands\BuildServer\Shutdown\BuildServerShutdownCommand.cs (1)
13
internal class BuildServerShutdownCommand :
CommandBase
Commands\Clean\FileBasedAppArtifacts\CleanFileBasedAppArtifactsCommand.cs (1)
13
internal sealed class CleanFileBasedAppArtifactsCommand(ParseResult parseResult) :
CommandBase
(parseResult)
Commands\MSBuild\MSBuildForwardingApp.cs (1)
11
public class MSBuildForwardingApp :
CommandBase
Commands\Package\Add\PackageAddCommand.cs (1)
18
internal class PackageAddCommand(ParseResult parseResult) :
CommandBase
(parseResult)
Commands\Package\List\PackageListCommand.cs (1)
17
ParseResult parseResult) :
CommandBase
(parseResult)
Commands\Package\Remove\PackageRemoveCommand.cs (1)
13
internal class PackageRemoveCommand(ParseResult parseResult) :
CommandBase
(parseResult)
Commands\Package\Search\PackageSearchCommand.cs (1)
12
internal class PackageSearchCommand(ParseResult parseResult) :
CommandBase
(parseResult)
Commands\Project\Convert\ProjectConvertCommand.cs (1)
13
internal sealed class ProjectConvertCommand(ParseResult parseResult) :
CommandBase
(parseResult)
Commands\Reference\Add\ReferenceAddCommand.cs (1)
15
internal class ReferenceAddCommand(ParseResult parseResult) :
CommandBase
(parseResult)
Commands\Reference\List\ReferenceListCommand.cs (1)
17
internal class ReferenceListCommand :
CommandBase
Commands\Reference\Remove\ReferenceRemoveCommand.cs (1)
14
internal class ReferenceRemoveCommand :
CommandBase
Commands\Run\Api\RunApiCommand.cs (1)
18
internal sealed class RunApiCommand(ParseResult parseResult) :
CommandBase
(parseResult)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
35
internal sealed class VirtualProjectBuildingCommand :
CommandBase
Commands\Sdk\Check\SdkCheckCommand.cs (1)
14
public class SdkCheckCommand :
CommandBase
Commands\Solution\Add\SolutionAddCommand.cs (1)
17
internal class SolutionAddCommand :
CommandBase
Commands\Solution\List\SolutionListCommand.cs (1)
13
ParseResult parseResult) :
CommandBase
(parseResult)
Commands\Solution\Migrate\SolutionMigrateCommand.cs (1)
15
IReporter reporter = null) :
CommandBase
(parseResult)
Commands\Solution\Remove\SolutionRemoveCommand.cs (1)
14
internal class SolutionRemoveCommand :
CommandBase
Commands\Tool\Execute\ToolExecuteCommand.cs (1)
21
internal class ToolExecuteCommand(ParseResult result, ToolManifestFinder? toolManifestFinder = null, string? currentWorkingDirectory = null) :
CommandBase
(result)
Commands\Tool\Install\ToolInstallCommand.cs (1)
15
ToolInstallLocalCommand toolInstallLocalCommand = null) :
CommandBase
(parseResult)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (1)
27
internal class ToolInstallGlobalOrToolPathCommand :
CommandBase
Commands\Tool\Install\ToolInstallLocalCommand.cs (1)
19
internal class ToolInstallLocalCommand :
CommandBase
Commands\Tool\List\ToolListCommand.cs (1)
15
) :
CommandBase
(result)
Commands\Tool\List\ToolListGlobalOrToolPathCommand.cs (1)
19
IReporter reporter = null) :
CommandBase
(result)
Commands\Tool\List\ToolListLocalCommand.cs (1)
14
internal class ToolListLocalCommand :
CommandBase
Commands\Tool\Restore\ToolRestoreCommand.cs (1)
19
internal class ToolRestoreCommand :
CommandBase
Commands\Tool\Run\ToolRunCommand.cs (1)
15
ToolManifestFinder? toolManifest = null) :
CommandBase
(result)
Commands\Tool\Search\ToolSearchCommand.cs (1)
15
) :
CommandBase
(result)
Commands\Tool\Uninstall\ToolUninstallCommand.cs (1)
14
ToolUninstallLocalCommand toolUninstallLocalCommand = null) :
CommandBase
(result)
Commands\Tool\Uninstall\ToolUninstallGlobalOrToolPathCommand.cs (1)
24
IReporter reporter = null) :
CommandBase
(result)
Commands\Tool\Uninstall\ToolUninstallLocalCommand.cs (1)
16
internal class ToolUninstallLocalCommand :
CommandBase
Commands\Tool\Update\ToolUpdateCommand.cs (1)
18
internal class ToolUpdateCommand :
CommandBase
Commands\Tool\Update\ToolUpdateGlobalOrToolPathCommand.cs (1)
21
internal class ToolUpdateGlobalOrToolPathCommand :
CommandBase
Commands\Tool\Update\ToolUpdateLocalCommand.cs (1)
16
internal class ToolUpdateLocalCommand :
CommandBase
Commands\Workload\WorkloadCommandBase.cs (1)
17
internal abstract class WorkloadCommandBase :
CommandBase
12 references to CommandBase
dotnet (12)
Commands\Build\BuildCommand.cs (2)
13
public static
CommandBase
FromArgs(string[] args, string? msbuildPath = null)
19
public static
CommandBase
FromParseResult(ParseResult parseResult, string? msbuildPath = null)
Commands\Clean\CleanCommand.cs (2)
14
public static
CommandBase
FromArgs(string[] args, string? msbuildPath = null)
20
public static
CommandBase
FromParseResult(ParseResult result, string? msbuildPath = null)
Commands\CommandFactory.cs (2)
13
internal static
CommandBase
CreateVirtualOrPhysicalCommand(
17
Func<MSBuildArgs, string?,
CommandBase
> createPhysicalCommand,
Commands\Pack\PackCommand.cs (2)
25
public static
CommandBase
FromArgs(string[] args, string? msbuildPath = null)
31
public static
CommandBase
FromParseResult(ParseResult parseResult, string? msbuildPath = null)
Commands\Publish\PublishCommand.cs (2)
22
public static
CommandBase
FromArgs(string[] args, string? msbuildPath = null)
28
public static
CommandBase
FromParseResult(ParseResult parseResult, string? msbuildPath = null)
Commands\Restore\RestoreCommand.cs (2)
14
public static
CommandBase
FromArgs(string[] args, string? msbuildPath = null)
20
public static
CommandBase
FromParseResult(ParseResult result, string? msbuildPath = null)