Emmanuel Counasse

Results 66 comments of Emmanuel Counasse

According to https://confluence.jetbrains.com/display/TCD65/Build+Script+Interaction+with+TeamCity#BuildScriptInteractionwithTeamCity-ReportingFxCop it could be possible to run jsinspect with: ```bash jsinspect -r pmd src/ > coverage.xml echo "##teamcity[importData type='pmdCpd' path='duplicate.xml']" ``` and it works! (be warning to specify...

It happened just after cloning and opening this project : https://github.com/mysteryx93/HanumanInstitute.FFmpeg (if it helps to reproduce)

@ForNeVeR I've just email you with a link to download the logs on https://mega.nz

Hello, I also think that's a mistake, and unfortunately there were no tests introduced for that method I would be happy to integrate your PR :)

Hi @markusbuschhoff Could you add another assembly to the solution and a new test case ? Thanks !

It conflicts with: - Newtonsoft.Json dependency version should be lowest supported, not latest available #101 - Lower Newtonsoft.Json Support to 9.0.1 #41

Will be the case once this will be released : https://github.com/manuc66/JsonSubTypes/pull/137

Hi, In the sample provided I don't see usage of JsonSubTypes The KnownSubTypeWithProperty use the property name that is found in the json

Hi @MYDIH I try to put all that is not "documented api" to internal so that I can have less constraint linked to public api breaking changes. Could you explain...

First of all, **Hi** Then yes it something that may comes some day, it needs some time to dig into the new api, I may look into into it in...