14 references to WithDescription
Aspire.Hosting.Tests (10)
AddParameterTests.cs (10)
372.WithDescription("This is a test parameter"); 387.WithDescription("This is a **markdown** description", enableMarkdown: true); 402.WithDescription("Custom input parameter") 423.WithDescription("Test description"); 442.WithDescription("Test description"); 476.WithDescription("Secret description"); 495.WithDescription("Custom description") 573.WithDescription("**Bold** description", enableMarkdown: true); 616.WithDescription("**Worker** count", enableMarkdown: true); 677.WithDescription("**Worker** count", enableMarkdown: true);
ExternalServices.AppHost (1)
AppHost.cs (1)
9.WithDescription("The URL of the external service.")
ParameterEndToEnd.AppHost (3)
AppHost.cs (3)
25.WithDescription("The number of rows to insert into the database."); 34.WithDescription(""" 46.WithDescription("This parameter only accepts a number.")