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