Table of Contents

Method ToJson

Namespace
Qavren.Edge.Diagnostics
Assembly
Qavren.Edge.Core.dll

ToJson(EdgeDiagnosticsReport)

Renders the report as indented JSON. Written with Utf8JsonWriter rather than JsonSerializer so the assembly stays AOT- and trim-clean without a serializer context.

public static string ToJson(EdgeDiagnosticsReport report)

Parameters

report EdgeDiagnosticsReport

Returns

string