I just upgraded to .NET 4 from 3.5 and now am having issues getting build results to display on the cruisecontrol.net web dashboard. Before it would display build errors, using the Rodemeyer.MSBuildToCCNet.dll.
This dll doesn’t seem to work with .NET 4 so I went back to using the standard ThoughtWorks.CruiseControl.MSBuild.dll logger but still am not having any success. When I view the build results webpage it just shows that it failed but doesn’t give any build errors. I have to then view the build log, which shows that msbuild tried to compile the solution but generated errors.
Anyone know of a cc.net logger that actually works with .NET 4?
Do you have Visual Studio Unit Tests in your solution? I know that CCNET 1.5 has a logged issue regarding reporting unit test results.