Compiler Warning (level 1) CS2029

Invalid value for '/define'; 'identifier' is not a valid identifier

This warning occurs if the value that is used in the DefineConstants option has some invalid characters.

This warning cannot be suppressed by the NoWarn option.