2 writes to Description
aspire (2)
Commands\ResourcesCommand.cs (1)
292Description = h.Description,
ResourcesCommandJsonContext.ResourceHealthReportJson.g.cs (1)
99Setter = static (obj, value) => ((global::Aspire.Shared.Model.Serialization.ResourceHealthReportJson)obj).Description = value!,
2 references to Description
aspire (2)
ResourcesCommandJsonContext.ResourceHealthReportJson.g.cs (2)
98Getter = static obj => ((global::Aspire.Shared.Model.Serialization.ResourceHealthReportJson)obj).Description, 156string __value_Description = ((global::Aspire.Shared.Model.Serialization.ResourceHealthReportJson)value).Description;