Skip to content

Commit

Permalink
Add debugger display to CustomResourceSnapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Jan 7, 2025
1 parent aed9d43 commit 41f53ad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ namespace Aspire.Hosting.ApplicationModel;
/// <summary>
/// An immutable snapshot of the state of a resource.
/// </summary>
[DebuggerDisplay("ResourceType = {ResourceType}, State = {State?.Text}, HealthStatus = {HealthStatus?.ToString(),nq}, Properties = {Properties.Length}")]
public sealed record CustomResourceSnapshot
{
private readonly ImmutableArray<HealthReportSnapshot> _healthReports = [];
Expand Down

0 comments on commit 41f53ad

Please # to comment.