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