11 references to WithDescription
Aspire.Hosting.Tests (7)
AddParameterTests.cs (7)
349
.
WithDescription
("This is a test parameter");
364
.
WithDescription
("This is a **markdown** description", enableMarkdown: true);
380
.
WithDescription
("Custom input parameter")
401
.
WithDescription
("Test description");
420
.
WithDescription
("Secret description");
439
.
WithDescription
("Custom description")
467
.
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.")