11 references to WithDescription
Aspire.Hosting.Tests (7)
AddParameterTests.cs (7)
409
.
WithDescription
("This is a test parameter");
424
.
WithDescription
("This is a **markdown** description", enableMarkdown: true);
440
.
WithDescription
("Custom input parameter")
460
.
WithDescription
("Test description");
479
.
WithDescription
("Secret description");
498
.
WithDescription
("Custom description")
525
.
WithDescription
("**Bold** description", enableMarkdown: true);
ExternalServices.AppHost (1)
AppHost.cs (1)
10
.
WithDescription
("The URL of the external service.")
ParameterEndToEnd.AppHost (3)
AppHost.cs (3)
23
.
WithDescription
("The number of rows to insert into the database.");
32
.
WithDescription
("""
45
.
WithDescription
("This parameter only accepts a number.")