Uh oh!
There was an error while loading. Please reload this page.
Add write-raw APIs to Utf8JsonWriter - #54254
Conversation
ghost
commented
Jun 15, 2021
Note regarding the This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change. |
ghost
commented
Jun 15, 2021
Tagging subscribers to this area: @eiriktsarpalis, @layomia Issue DetailsFixes #1784. FYI @ahsonkhan
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ahsonkhan
left a comment
There was a problem hiding this comment.
JsonWriterOptions.SkipValidation needs to be honored, particularly when it is set to false.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I used a similar API in JSON.NET ~8 years ago and it caused my first security bug 🤣 |
layomia
commented
Jun 23, 2021
@ahsonkhan thanks for reviewing! Will address the feedback shortly. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
steveharter
left a comment
There was a problem hiding this comment.
LGTM; misc XLM doc\test feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
steveharter
commented
Jul 2, 2021
/azp run runtime-libraries-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
ghost
commented
Jul 2, 2021
Hello @layomia! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me ( |
Uh oh!
There was an error while loading. Please reload this page.
Fixes#1784.
FYI @ahsonkhan