We use city teams for our continuous integration goals. The version of Resharper used in our development environment is 7.0. The command version of the city server is Team City 8.0.1 (build 27435), and it uses the Inspections.NET runner, which is included with the installer to verify the code.
Our problem is that the Inspections.NET plugin in Team city reports incorrect C # compiler errors, for example: Unable to resolve the string character; Cannot resolve void character
These errors are not reported when we perform our assembly locally using either the Resharper VS plugin or the Resharper 8.1 command line tool.
Any pointers on how this problem can be solved will be helpful.
Greetings
source
share