1 write to ExceptionText
aspire (1)
BackchannelJsonSerializerContext.ResourceSnapshotHealthReport.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = 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)
62
ExceptionMessage = h.
ExceptionText
BackchannelJsonSerializerContext.ResourceSnapshotHealthReport.g.cs (2)
121
Getter = static obj => ((global::Aspire.Cli.Backchannel.ResourceSnapshotHealthReport)obj).
ExceptionText
,
152
writer.WriteString(PropName_ExceptionText, ((global::Aspire.Cli.Backchannel.ResourceSnapshotHealthReport)value).
ExceptionText
);