2 references to s_jsonOptions
Infrastructure.Tests (2)
WorkflowScripts\MonitorScheduledWorkflowsTests.cs (2)
246
await File.WriteAllTextAsync(requestPath, JsonSerializer.Serialize(new { operation, payload },
s_jsonOptions
));
254
var response = JsonSerializer.Deserialize<HarnessResponse<T>>(result.Output,
s_jsonOptions
);