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