2 references to s_jsonOptions
Infrastructure.Tests (2)
WorkflowScripts\SelectTestsCommentScriptTests.cs (2)
232await File.WriteAllTextAsync(requestPath, JsonSerializer.Serialize(new { script, commentFile, context, liveHeadSha, existingComments }, s_jsonOptions)); 242var response = JsonSerializer.Deserialize<HarnessResponse<CommentScriptResult>>(await File.ReadAllTextAsync(outputPath), s_jsonOptions);