Hi Remco,
I am running the NCrunch Console on my Teamcity CI server and with the VS 2022 Extension during development.
I noticed that the Console tool is trying to use RDI when running the tests. Is there any way to make use the RDI data collected on the CI server, for instance in order to debug flaky tests?
If not, is there any command line switch for the console tool to disable RDI entirely in order to avoid the unnecessary overhead and speed up builds?
Remco NCrunch Developer
#17644
03 Oct 2024 11:58 UTC
Hi, thanks for posting.
At the moment, the console tool can't make use of RDI data. It stores it but there is no way to usefully retrieve it. At some stage we might add this, but it's hard to do as we don't have an available UI to bolt it into.
You can override settings via the command line on the console tool.
Try this:
ncrunch.exe mysolution.sln -EnableRDI false
At the moment, the console tool can't make use of RDI data. It stores it but there is no way to usefully retrieve it. At some stage we might add this, but it's hard to do as we don't have an available UI to bolt it into.
You can override settings via the command line on the console tool.
Try this:
ncrunch.exe mysolution.sln -EnableRDI false
Deleted post
#18321
15 Sep 2025 07:37 UTC
Post a reply
Log in to reply.