1 write to ExceptionText
aspire (1)
BackchannelJsonSerializerContext.ResourceSnapshotHealthReport.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Backchannel.ResourceSnapshotHealthReport(){ Name = (string)args[0], Status = (string)args[1], Description = (string)args[2], ExceptionText = (string)args[3] },
3 references to ExceptionText
aspire (3)
Backchannel\ResourceSnapshotMapper.cs (1)
62ExceptionMessage = h.ExceptionText
BackchannelJsonSerializerContext.ResourceSnapshotHealthReport.g.cs (2)
121Getter = static obj => ((global::Aspire.Cli.Backchannel.ResourceSnapshotHealthReport)obj).ExceptionText, 152writer.WriteString(PropName_ExceptionText, ((global::Aspire.Cli.Backchannel.ResourceSnapshotHealthReport)value).ExceptionText);