1 write to Description
Aspire.Cli.Tests (1)
Commands\SdkDumpCommandTests.cs (1)
436
Description
= "Greeting"
4 references to Description
aspire (4)
Commands\Sdk\SdkDumpCommand.cs (4)
498
var descriptionSuffix = string.IsNullOrEmpty(value.
Description
)
500
: string.Format(CultureInfo.InvariantCulture, " # {0}", value.
Description
);
655
if (!string.IsNullOrEmpty(value.
Description
))
657
sb.AppendLine(string.Format(CultureInfo.InvariantCulture, " {0}", value.
Description
));