inspectcode.exe changed in 2023.1 ?
Hello,
I am running inspectcode on by CI/CD. The main call is:
inspectcode.exe --no-buildin-settings --no-swea --profile=$settingsFile $slnFile -o="$outputFile" -s="$severity" --no-build --verbosity="WARN" -f="xml"
I am specifying the settings file. If I use the CLT 2022.2.4 everything is according to Visual Studio Resharper. If I use 2024.3 tools the profile-file seems to be ignored.
There seems to be a change which I missed or what can be the reason? Thank you very much!
Please sign in to leave a comment.
Ok, I found the main issue:
The severity parameter changed from -s to -e (What?) this lead to the fact that suggesstions were reported, too.