3 instantiations of HealthReport
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
3261
private static readonly pb::MessageParser<HealthReport> _parser = new pb::MessageParser<HealthReport>(() => new
HealthReport
());
3302
return new
HealthReport
(this);
Dashboard\proto\Partials.cs (1)
94
var healthReport = new
HealthReport
{ Key = report.Name, Description = report.Description ?? "", Exception = report.ExceptionText ?? "" };
17 references to HealthReport
Aspire.Hosting (17)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (16)
131
new pbr::GeneratedClrTypeInfo(typeof(global::Aspire.ResourceService.Proto.V1.
HealthReport
), global::Aspire.ResourceService.Proto.V1.
HealthReport
.Parser, new[]{ "Status", "Key", "Description", "Exception" }, new[]{ "Status" }, null, null, null),
3256
internal sealed partial class HealthReport : pb::IMessage<
HealthReport
>
3261
private static readonly pb::MessageParser<
HealthReport
> _parser = new pb::MessageParser<
HealthReport
>(() => new HealthReport());
3266
public static pb::MessageParser<
HealthReport
> Parser { get { return _parser; } }
3290
public HealthReport(
HealthReport
other) : this() {
3301
public
HealthReport
Clone() {
3383
return Equals(other as
HealthReport
);
3388
public bool Equals(
HealthReport
other) {
3500
public void MergeFrom(
HealthReport
other) {
4450
private static readonly pb::FieldCodec<global::Aspire.ResourceService.Proto.V1.
HealthReport
> _repeated_healthReports_codec
4451
= pb::FieldCodec.ForMessage(138, global::Aspire.ResourceService.Proto.V1.
HealthReport
.Parser);
4452
private readonly pbc::RepeatedField<global::Aspire.ResourceService.Proto.V1.
HealthReport
> healthReports_ = new pbc::RepeatedField<global::Aspire.ResourceService.Proto.V1.
HealthReport
>();
4458
public pbc::RepeatedField<global::Aspire.ResourceService.Proto.V1.
HealthReport
> HealthReports {
Dashboard\proto\Partials.cs (1)
94
var
healthReport = new HealthReport { Key = report.Name, Description = report.Description ?? "", Exception = report.ExceptionText ?? "" };