GHPReporter / Ghpr.NUnit

Adapter for NUnit 3 (generate HTML report for NUnit 3)
http://ghpreporter.github.io/
MIT License
35 stars 14 forks source link

New version of Newtonsoft.Json #19

Closed nikembala closed 7 years ago

nikembala commented 7 years ago

Hello, There is new version of Newtonsoft.Json When I put the new version .dll I got the following error:

System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeI nitializationException: The type initializer for 'Ghpr.NUnit.Extensions.GhprEventListener' threw an exception. ---> Syst em.IO.FileNotFoundException: Could not load file or assembly 'Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicK eyToken=30ad4fe6b2a6aeed' or one of its dependencies. The system cannot find the file specified. at Ghpr.Core.Helpers.ReporterHelper.GetSettingsFromFile(String fileName) ...

Please, if possible, update to the new version of Newtonsoft.Json

elv1s42 commented 7 years ago

Hi! Sure, I will prepare an update for Ghpr packages

elv1s42 commented 7 years ago

@nikembala this is done now, the new version is 0.4.6 for both Ghpr.Core and Ghpr.NUnit

nikembala commented 7 years ago

Thank you!