I'm trying to use the SubMain.CodeItRight.Cmd.exe command line tool, and I cannot get it to use my custom profile. My command line is:
SubMain.CodeItRight.Cmd.exe /Project:"C:\example\example.csproj" /Profile:"My Profile" /Out:"C:\result.xml"
This doesn't pick up any of my custom rules - it falls back to the built-in profile. Also, if I change the profile name to a name that doesn't exist:
SubMain.CodeItRight.Cmd.exe /Project:"C:\example\example.csproj" /Profile:"BogusProfileName" /Out:"C:\result.xml"
there is no error and it falls back on the built-in profile. I'm using Version 1.2.08357 as the 30-day demo.
Thanks in advance