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