TrxToSonar/Converter.cs
Method Convert
has 36 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private SonarDocument Convert(TrxDocument trxDocument, string solutionDirectory, bool useAbsolutePath, bool usePDBFile)
{
var sonarDocument = new SonarDocument();
foreach (UnitTestResult trxResult in trxDocument.Results)