22 references to RootCommand
aspire (1)
Commands\RootCommand.cs (1)
147: base(RootCommandStrings.Description)
Aspire.RuntimeIdentifier.Tool (1)
Program.cs (1)
17RootCommand rootCommand = new("Aspire.RuntimeIdentifier.Tool v" + FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location).ProductVersion)
aspire-managed (1)
Program.cs (1)
36var rootCommand = new RootCommand("Aspire NuGet Helper - Package operations for Aspire CLI bundle");
cdac-build-tool (1)
Program.cs (1)
13RootCommand rootCommand = new();
ConfigurationSchemaGenerator (1)
RootGenerateCommand.cs (1)
31var formatCommand = new RootCommand("Generates ConfigurationSchema.json files.")
crossgen2 (1)
Crossgen2RootCommand.cs (1)
165public Crossgen2RootCommand(string[] args) : base(SR.Crossgen2BannerText)
dotnet-format (1)
Commands\RootFormatCommand.cs (1)
18var formatCommand = new RootCommand(Resources.Formats_code_to_match_editorconfig_settings)
dotnet-sourcelink (1)
dotnet-suggest (1)
SuggestionDispatcher.cs (1)
65RootCommand = new RootCommand
dotnet-watch (1)
CommandLine\DotnetWatchCommandDefinition.cs (1)
77: base(Resources.Help)
GenerateDocumentationAndConfigFiles (1)
Program.cs (1)
62var rootCommand = new RootCommand("Generate documentation and configuration files for analyzers");
ilasm (1)
IlasmRootCommand.cs (1)
122public IlasmRootCommand() : base(ProductName)
ilc (1)
ILCompilerRootCommand.cs (1)
192public ILCompilerRootCommand(string[] args) : base(".NET Native IL Compiler")
Microsoft.DotNet.Cli.Definitions (2)
Commands\DotNetCommandDefinition.cs (1)
113: base("dotnet")
Help\HelpContext.cs (1)
21private static readonly Lazy<ParseResult> EmptyParseResult = new(() => new RootCommand().Parse(Array.Empty<string>()));
Microsoft.DotNet.MacOsPkg.Cli (1)
Program.cs (1)
40var rootCommand = new RootCommand();
Microsoft.DotNet.VersionTools.Cli (1)
Program.cs (1)
16RootCommand rootCommand = new("Microsoft.DotNet.VersionTools.Cli v" + Environment.Version.ToString(2))
Microsoft.Extensions.AI.Evaluation.Console (1)
Program.cs (1)
49var rootCmd = new RootCommand(Banner);
Microsoft.NET.Sdk.BlazorWebAssembly.Tool (1)
Program.cs (1)
15RootCommand rootCommand = new();
Microsoft.NET.Sdk.StaticWebAssets.Tool (1)
Program.cs (1)
15RootCommand rootCommand = new();
NuGet.CommandLine.XPlat (1)
Program.cs (1)
108RootCommand rootCommand = new RootCommand();
System.CommandLine (1)
ParseResult.cs (1)
62internal static ParseResult Empty() => new RootCommand().Parse(Array.Empty<string>());