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