26 writes to Description
Aspire.Hosting (12)
ApplicationModel\ProjectResource.cs (1)
45Description = $"Builds the container image for the {name} project.",
Pipelines\DistributedApplicationPipeline.cs (10)
40Description = "Aggregation step for all deploy operations. All deploy steps should be required by this step.", 47Description = "Prompts for parameter values before build, publish, or deployment operations.", 63Description = "Prerequisite step that runs before any deploy operations. Initializes deployment environment and manages deployment state.", 145Description = "Aggregation step for all build operations. All build steps should be required by this step.", 152Description = "Prerequisite step that runs before any build operations.", 161Description = "Aggregation step for all push operations. All push steps should be required by this step.", 170Description = "Prerequisite step that runs before any push operations.", 223Description = "Aggregation step for all publish operations. All publish steps should be required by this step.", 230Description = "Prerequisite step that runs before any publish operations.", 238Description = "Dumps dependency graph information for troubleshooting pipeline execution.",
Publishing\ManifestPublishingExtensions.cs (1)
29Description = "Publishes the Aspire application model as a JSON manifest file.",
Aspire.Hosting.Azure (5)
AzureBicepResource.cs (1)
52Description = $"Provisions the Azure Bicep resource {name} using Azure infrastructure.",
AzureEnvironmentResource.cs (4)
74Description = $"Publishes the Azure environment configuration for {Name}.", 83Description = "Validates Azure CLI authentication before deployment.", 92Description = "Creates the Azure provisioning context for infrastructure deployment.", 107Description = "Aggregation step for all Azure infrastructure provisioning operations.",
Aspire.Hosting.Azure.AppContainers (3)
AzureContainerAppEnvironmentResource.cs (1)
39Description = $"Prints the deployment summary and dashboard URL for {name}.",
AzureContainerAppResource.cs (2)
52Description = $"Prints the deployment summary and URL for {targetResource.Name}.", 77Description = $"Aggregation step for deploying {targetResource.Name} to Azure Container Apps.",
Aspire.Hosting.Azure.AppService (3)
AzureAppServiceEnvironmentResource.cs (1)
42Description = $"Prints the deployment summary and dashboard URL for {name}.",
AzureAppServiceWebSiteResource.cs (2)
117Description = $"Prints the deployment summary and URL for {targetResource.Name}.", 141Description = $"Aggregation step for deploying {targetResource.Name} to Azure App Service.",
Aspire.Hosting.Docker (2)
DockerComposeEnvironmentResource.cs (2)
69Description = $"Publishes the Docker Compose environment configuration for {Name}.", 109Description = $"Prepares the Docker Compose environment {Name} for deployment.",
Aspire.Hosting.Kubernetes (1)
KubernetesEnvironmentResource.cs (1)
94Description = $"Publishes the Kubernetes environment configuration for {Name}.",
2 references to Description
Aspire.Hosting (2)
Pipelines\DistributedApplicationPipeline.cs (2)
889if (!string.IsNullOrWhiteSpace(step.Description)) 891sb.AppendLine(CultureInfo.InvariantCulture, $" Description: {step.Description}");