The error
Error 102 Code Analysis detected errors. See Code Analysis results window or log file for details. KickOffTitan
Code Analysis results window
CA0001 Error Running Code Analysis
CA0001 : The following error was encountered while reading module 'KickOffTitan':
Method type parameter in position 0 is not valid.
[Errors and Warnings] (Global)
I have some inkling that this might have to do with using vs2012 + .net 4.0 + Microsoft.Bcl.Async
If I remove async/await but leave in TaskEx
I get many Method type parameter in position 0 is not valid and 1
CA0001 Error Running Code Analysis CA0001 : Could not resolve reference to System.Threading.Tasks, Version=1.5.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a. [Errors and Warnings] (Global)
If i remove any stuff from async package(async/await/TaskEx) it compiles