I think that has been touched on before but I wanted to raise whether its possible to get the NCrunch reporting to output a pseudo nunit v3 reporting format (or other Azure devops compatible format like trx) rather than (or in addition to) the current TestResultsInNUnitFormat.xml file so that when we upload test results to AzureDevops the test output can be included as an attachment, so its easy to see what the issues were.
Currently the NCrunch test results show up in ADO, but to get any details I have to output the ncrunch report as an artifact, download it and find the output text.
I'm looking at writing a powershell script to do the conversion and then something to add the attachment links from the NCrunch report output html folders, but the current NUnit report format is very old and thought I would see if there was any appetite to get this updated, as I'm sure its easier to write from the source data than it is to parse and recreate from the report.