69 writes to Description
Aspire.Hosting (9)
ApplicationModel\ParameterResource.cs (1)
171Description = Description,
ApplicationModel\ResourceCommandService.cs (1)
804Description = input.Description,
Ats\InteractionExports.cs (2)
260Description = input.Description, 313Description = options?.Description,
Orchestrator\ParameterProcessor.cs (4)
241Description = !userSecretsManager.IsAvailable 281Description = InteractionStrings.ParametersInputsDeleteDescription, 387Description = InteractionStrings.ParametersInputsDeleteDescription, 421Description = !userSecretsManager.IsAvailable
ParameterResourceBuilderExtensions.cs (1)
269Description = GetOptionalString(options.Description) ?? parameter.Description,
Aspire.Hosting.Azure (1)
AzureProvisioningController.cs (1)
377Description = AzureProvisioningStrings.ChangeResourceLocationConfirmDeleteDescription,
Aspire.Hosting.Azure.Tests (2)
AzureDeployerTests.cs (1)
814Description = "Enter a custom port number for the service",
AzureEnvironmentResourceExtensionsTests.cs (1)
4999Description = input.Description,
Aspire.Hosting.Browsers (3)
BrowserLogsConfigurationManager.cs (3)
63Description = BrowserCommandStrings.ConfigureTrackedBrowserBrowserDescription, 107Description = BrowserCommandStrings.ConfigureTrackedBrowserProfileDescription, 128Description = userSecretsAvailable
Aspire.Hosting.Browsers.Tests (3)
src\Aspire.Hosting.Browsers\BrowserLogsConfigurationManager.cs (3)
63Description = BrowserCommandStrings.ConfigureTrackedBrowserBrowserDescription, 107Description = BrowserCommandStrings.ConfigureTrackedBrowserProfileDescription, 128Description = userSecretsAvailable
Aspire.Hosting.Foundry (2)
HostedAgent\HostedAgentBuilderExtension.cs (1)
333Description = "Enter a message to send to the agent."
PromptAgent\PromptAgentBuilderExtensions.cs (1)
125Description = $"Enter a message to send to '{name}'."
Aspire.Hosting.Tests (9)
AddParameterTests.cs (4)
408Description = p.Description, 501Description = "Custom: " + p.Description, 528Description = "Custom description", 596Description = "Custom description",
Backchannel\AuxiliaryBackchannelRpcTargetTests.cs (1)
216Description = "CSS selector to click.",
Dashboard\DashboardServiceTests.cs (1)
174Description = "CSS selector to click.",
InteractionServiceTests.cs (3)
559Description = "Test description", 579Description = "**Bold** description", 597Description = null,
ExternalServices.AppHost (1)
AppHost.cs (1)
17Description = p.Description
ParameterEndToEnd.AppHost (1)
AppHost.cs (1)
53Description = p.Description,
Stress.AppHost (38)
CommandResources.cs (35)
206Description = "Text value to echo.", 216Description = "How many times to echo the message.", 224Description = "Uppercase the echoed message.", 232Description = "Choice argument used to verify select input rendering.", 246Description = "Secret text input. The command only returns its length.", 301Description = "Target resource or subsystem to validate.", 311Description = "Select success to pass, fail to return a structured failure, or dry-run for a successful validation preview.", 325Description = "Positive timeout value to validate.", 333Description = "Boolean argument used to verify checkbox input rendering.", 392Description = "Select a category to populate dependent items.", 407Description = "Items are loaded based on the selected category.", 450Description = "Number of items to order.", 459Description = "Priority is determined by the selected item.", 552Description = "Select which dotnet command to run.", 580Description = "Text written to the process standard input.", 654Description = "Text passed as a C# file app command-line argument.", 663Description = "Text written to the C# file app standard input.", 709Description = "Seed data size.", 723Description = "Number of customers to create.", 755Description = "The test filter to run.", 789Description = "Job name to run.", 798Description = "Payload written to the job process standard input.", 827Description = "Backup file path on the AppHost machine.", 836Description = "Container name or ID.", 845Description = "Database name to restore.", 874Description = "Container name or ID.", 884Description = "Command to execute in the container.", 894Description = "Working directory inside the container.", 984Description = "Generate many traces with a configurable number of spans.", 1011Description = "Generate one trace containing many spans.", 1063Description = "Generate counter and histogram data points.", 1310Description = "Identifier for this stress command invocation.", 1320Description = "Number input used to verify numeric payload handling.", 1329Description = "Boolean input used to verify boolean payload handling.", 1342Description = "Generated text input used by the command argument stress test.",
InteractionCommands.cs (3)
59var inputNoMarkdown = new InteractionInput { Name = "Name", Label = "<strong>Name</strong>", InputType = InputType.Text, Placeholder = "Enter <strong>your</strong> name.", Description = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce id massa arcu. Morbi ac risus eget augue venenatis hendrerit. Morbi posuere, neque id efficitur ultrices, velit augue suscipit ante, vitae lacinia elit risus nec dui.\r\n\r\nFor more information about the `IInteractionService`, see https://learn.microsoft.com." }; 60var inputHasMarkdown = new InteractionInput { Name = "Name", Label = "<strong>Name</strong>", InputType = InputType.Text, Placeholder = "Enter <strong>your</strong> name.", Description = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce id massa arcu. Morbi ac risus eget augue venenatis hendrerit. Morbi posuere, neque id efficitur ultrices, velit augue suscipit ante, vitae lacinia elit risus nec dui.\r\n\r\nFor more information about the `IInteractionService`, see https://learn.microsoft.com.", EnableDescriptionMarkdown = true }; 72var inputHasMarkdown = new InteractionInput { Name = "Name", Label = "<strong>Name</strong>", InputType = InputType.Text, Placeholder = "Enter <strong>your</strong> name.", Description = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce id massa arcu. Morbi ac risus eget augue venenatis hendrerit. Morbi posuere, **neque id** efficitur ultrices, velit augue suscipit ante, vitae lacinia elit risus nec dui.", EnableDescriptionMarkdown = true };
27 references to Description
Aspire.Hosting (5)
ApplicationModel\ResourceCommandService.cs (1)
804Description = input.Description,
Ats\InteractionExports.cs (1)
260Description = input.Description,
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
1372Description = input.Description,
Dashboard\DashboardService.cs (2)
211if (input.Description != null) 213dto.Description = input.Description;
Aspire.Hosting.Azure.Tests (3)
AzureDeployerTests.cs (1)
834Assert.Equal("Enter a custom port number for the service", input.Description);
AzureEnvironmentResourceExtensionsTests.cs (2)
673Assert.Contains("permanently lost", confirmDeleteArgument.Description, StringComparison.Ordinal); 4999Description = input.Description,
Aspire.Hosting.Browsers.Tests (1)
BrowserLogsBuilderExtensionsTests.cs (1)
197Assert.Equal(BrowserCommandStrings.ConfigureTrackedBrowserSaveToUserSecretsDescriptionNotConfigured, saveInput.Description);
Aspire.Hosting.Tests (18)
AddParameterTests.cs (10)
431Assert.Equal("Test description", input.Description); 450Assert.Equal("Test description", input.Description); 484Assert.Equal("Secret description", input.Description); 512Assert.Equal("Custom: Custom description", input.Description); 540Assert.Equal("Custom description", input.Description); 579Assert.Equal("**Bold** description", input.Description); 606Assert.Equal("Custom description", input.Description); 638Assert.Equal("**Worker** count", input.Description); 682[nameof(InteractionInput.Description)] = "", 690Assert.Equal("**Worker** count", input.Description);
InteractionServiceTests.cs (3)
566Assert.Equal("Test description", input.Description); 584Assert.Equal("**Bold** description", input.Description); 602Assert.Null(input.Description);
Orchestrator\ParameterProcessorTests.cs (5)
458Assert.Equal("This is a test parameter", param1Input.Description); 464Assert.Equal("This parameter has **markdown** formatting", param2Input.Description); 501Assert.Equal("This is a secret parameter", secretInput.Description); 541Assert.Equal(InteractionStrings.ParametersInputsRememberDescriptionNotConfigured, saveCheckbox.Description); 580Assert.Equal(InteractionStrings.ParametersInputsRememberDescriptionConfigured, saveCheckbox.Description);