I have just now updated my project from NewtonSoft 11.0.2 to 12.0.1 and my code coverage has started showing Newtonsoft.Json.dll in coverage report. Obviously I don't want this to happen so I added runsettings exclude setting as shown below.
<ModulePath>Newtonsoft.Json.dll</ModulePath>
But this setting isn't working, other same excludion seeting for other 3rd party dll's are working fine.
When I revert back to NewtonSoft 11.0.2 then code coverage doesn't show Newtonsoft.Json.dll
Not sure what's happening here.
please guide.
Thanks