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

Consider upgrading NewtonSoft.Json to 7.0.0.0 #2

Closed
Mpdreamz opened this issue Jul 21, 2015 · 1 comment
Closed

Consider upgrading NewtonSoft.Json to 7.0.0.0 #2

Mpdreamz opened this issue Jul 21, 2015 · 1 comment

Comments

@Mpdreamz
Copy link
Contributor

Getting bit by the following in my test project referencing Json.NET 7.0:

System.TypeInitializationException: The type initializer for 'Tests.Framework.MockData.Project' threw
an exception. ---> System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json,
Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies.
The located assembly's manifest definition does not match the assembly reference. (Exception from
HRESULT: 0x80131040)
at Bogus.DataSets.Name.FirstName()

Love Bogus so far, it's replacing AutoPoco as my go to tool to create mock poco's 👍

@bchavez
Copy link
Owner

bchavez commented Jul 21, 2015

@Mpdreamz Wow. Cool. Thank you for your contributions & your vote of confidence. Your changes have been merged, nuget release soon.

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

No branches or pull requests

2 participants