4 references to Description
aspire (4)
Commands\Sdk\SdkDumpCommand.cs (4)
474var desc = !string.IsNullOrEmpty(p.Description) ? string.Format(CultureInfo.InvariantCulture, " # {0}", p.Description) : ""; 617if (!string.IsNullOrEmpty(p.Description)) 619sb.AppendLine(string.Format(CultureInfo.InvariantCulture, " {0}", p.Description));