11 references to WithDescription
Aspire.Hosting.Tests (7)
AddParameterTests.cs (7)
348
.
WithDescription
("This is a test parameter");
363
.
WithDescription
("This is a **markdown** description", enableMarkdown: true);
379
.
WithDescription
("Custom input parameter")
400
.
WithDescription
("Test description");
419
.
WithDescription
("Secret description");
438
.
WithDescription
("Custom description")
466
.
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.")