2 references to _jsonOptions
Aspire.Hosting.DevTunnels (2)
DevTunnelCliClient.cs (2)
171
{ Length: > 0 } => JsonSerializer.Deserialize<T>(JsonDocument.Parse(output).RootElement.GetProperty(propertyName).GetRawText(),
_jsonOptions
),
172
_ => JsonSerializer.Deserialize<T>(output,
_jsonOptions
),