Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds AssertContentsAgainstJsonNet to avoid unnecessary calls #34931

Merged
merged 2 commits into from
Apr 15, 2020

Conversation

marcusturewicz
Copy link
Contributor

Fixes #32351

@@ -719,16 +719,15 @@ public static void AssertContents(string expectedValue, ArrayBufferWriter<byte>
);

// Temporary hack until we can use the same escape algorithm on both sides and make sure we want uppercase hex.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove this comment and the other two below. Thanks

@layomia
Copy link
Contributor

layomia commented Apr 15, 2020

Attempting to reset CI

@layomia layomia closed this Apr 15, 2020
@layomia layomia reopened this Apr 15, 2020
@layomia layomia merged commit 2eef5a3 into dotnet:master Apr 15, 2020
@marcusturewicz marcusturewicz deleted the issue-32351 branch April 15, 2020 20:42
@ghost ghost locked as resolved and limited conversation to collaborators Dec 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create new AssertContentsAgainstJsonNet to avoid calling NormalizeToJsonNetFormat when not necessary.
4 participants