14 references to
aspire (12)
Commands\AddCommand.cs (1)
29: base("add", AddCommandStrings.Description, features, updateNotifier, executionContext, interactionService)
Commands\CacheCommand.cs (2)
17: base("cache", CacheCommandStrings.Description, features, updateNotifier, executionContext, interactionService) 37: base("clear", CacheCommandStrings.ClearCommand_Description, features, updateNotifier, executionContext, interactionService)
Commands\ConfigCommand.cs (1)
24: base("config", ConfigCommandStrings.Description, features, updateNotifier, executionContext, interactionService)
Commands\ExecCommand.cs (1)
40: base("exec", ExecCommandStrings.Description, features, updateNotifier, executionContext, interactionService)
Commands\ExtensionInternalCommand.cs (2)
16public ExtensionInternalCommand(IFeatures features, ICliUpdateNotifier updateNotifier, IProjectLocator projectLocator, CliExecutionContext executionContext, IInteractionService interactionService) : base("extension", "Hidden command for extension integration", features, updateNotifier, executionContext, interactionService) 34public GetAppHostCandidatesCommand(IFeatures features, ICliUpdateNotifier updateNotifier, IProjectLocator projectLocator, CliExecutionContext executionContext, IInteractionService interactionService) : base("get-apphosts", "Get AppHosts in the specified directory", features, updateNotifier, executionContext, interactionService)
Commands\NewCommand.cs (1)
56: base("new", NewCommandStrings.Description, features, updateNotifier, executionContext, interactionService)
Commands\PublishCommandBase.cs (1)
44: base(name, description, features, updateNotifier, executionContext, interactionService)
Commands\RunCommand.cs (1)
47: base("run", RunCommandStrings.Description, features, updateNotifier, executionContext, interactionService)
Commands\TemplateCommand.cs (1)
17: base(template.Name, template.Description, features, updateNotifier, executionContext, interactionService)
Commands\UpdateCommand.cs (1)
21public UpdateCommand(IProjectLocator projectLocator, IPackagingService packagingService, IProjectUpdater projectUpdater, IInteractionService interactionService, IFeatures features, ICliUpdateNotifier updateNotifier, CliExecutionContext executionContext) : base("update", UpdateCommandStrings.Description, features, updateNotifier, executionContext, interactionService)
Aspire.Cli.Tests (2)
NuGet\NuGetPackagePrefetcherTests.cs (2)
106public TestCommand(string name = "test") : base(name, "Test command", null!, null!, null!, null!) 118public TestCommandWithInterface() : base("test-interface", "Test command with interface", null!, null!, null!, null!)