I'm running Team City Pro (v4.0.2 build 8222) for a VS2008 sln file.
Right now I'm facing a problem where autogenerated code for private accessors in a test project not being generated and causes compile errors by not being able to find those (autogenerated) classes.
The build runner is the default sln2008.
Any configuration need to be changed? I checked the VS build log, and it doesn't show any msbuild entry for the autogenerated classes. The DLL for the autogenerated classes are just there.
Note: I am aware that testing private methods are the best way to do unit testing.