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