Skip to content

Adds AssertContentsAgainstJsonNet to avoid unnecessary calls#34931

Merged
layomia merged 2 commits intodotnet:masterfrom
marcusturewicz:issue-32351
Apr 15, 2020
Merged

Adds AssertContentsAgainstJsonNet to avoid unnecessary calls#34931
layomia merged 2 commits intodotnet:masterfrom
marcusturewicz:issue-32351

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
Contributor

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