2 references to JsonOptions
Aspire.Hosting.RemoteHost.Tests (1)
AtsMarshallerTests.cs (1)
569
var options = AtsMarshaller.
JsonOptions
;
aspire-server (1)
Ats\CapabilityDispatcher.cs (1)
613
return JsonSerializer.Deserialize<T>(obj.ToJsonString(), AtsMarshaller.
JsonOptions
);