Resharper CLT - inspectcode on c++ project Follow
On running inspectCode with c++ solution, always getting "No files to inspect were found." message. Version of Resharper CLT - 2021.3.4, OS - Windows 11
Debug file and .sln - Upload id: 2022_04_07_ARHdnuYFKiWPXcxT (files: Debug.txt, DeS.sln)
Please sign in to leave a comment.
Hello Xanderhref
Are you able to build solution with command line msbuild?
You need to pass the same msbuild parameters to inspectcode.
Yes. After passing parameters --build and --toolset=17.0 nothing had changed.
Hello Xanderhref,
Thanks for the log! Unfortunately it's still not clear from the logs what causes the issue. Would it be possible for you to reduce your solution and upload it so that we can try to reproduce the problem on our side? It should be enough just to leave one project in the solution with just one empty file and check if there's still "No files to inspect were found." printed by inspectcode for this dummy solution.
Thanks a lot!