Skip to content

Conversation

@hoanhtien
Copy link
Contributor

Exceptions are expected for MissingTralingBrace and MissingTrailingListBrace tests.

@mousetraps
Copy link
Contributor

This fixes the tests in VS2015, but breaks them in VS2013.

The exception only began ocurring in VS2015, which depends on Newtonsoft.Json 6.0, not 4.5 - see this commit comment for more info. 155a341#diff-783b0bc1c65b5cb6b1ee09a119cd29eb

As mentioned in the comment, Newtonsoft.Json 6.0 reliance in NTVS was only supposed to be temporary, but unfortunately VS 2015 never fixed their binding redirect issue. At this point, we may as well bite the bullet and move to Newtonsoft.Json 6.0 everywhere rather than conditionally in VS2015 to keep our codepaths more predictable across VS versions.

@mousetraps
Copy link
Contributor

Closing this PR, as it's not the right way to go about addressing the issue. Opened #645 to track.

@mousetraps mousetraps closed this Dec 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants