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