Skip to content

Instantly share code, notes, and snippets.

@marek-safar
Created April 10, 2014 14:42
Show Gist options
  • Save marek-safar/10389656 to your computer and use it in GitHub Desktop.
Save marek-safar/10389656 to your computer and use it in GitHub Desktop.
1>------ Rebuild All started: Project: GoogleApis.Core, Configuration: Debug Any CPU ------
1>Z:\Downloads\33\Src\GoogleApis.Core\Apis\Http\BackOffHandler.cs(122,41,122,60): error CS1983: The return type of an async method must be void, Task or Task<T>
1>Z:\Downloads\33\Src\GoogleApis.Core\Apis\Http\BackOffHandler.cs(122,30,122,40): error CS0433: The type 'System.Threading.Tasks.Task<TResult>' exists in both 'System.Threading.Tasks, Version=1.5.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'
1>Z:\Downloads\33\Src\GoogleApis.Core\Apis\Http\BackOffHandler.cs(137,41,137,61): error CS1983: The return type of an async method must be void, Task or Task<T>
1>Z:\Downloads\33\Src\GoogleApis.Core\Apis\Http\BackOffHandler.cs(137,30,137,40): error CS0433: The type 'System.Threading.Tasks.Task<TResult>' exists in both 'System.Threading.Tasks, Version=1.5.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'
1>Z:\Downloads\33\Src\GoogleApis.Core\Apis\Http\BackOffHandler.cs(156,34,156,45): error CS1983: The return type of an async method must be void, Task or Task<T>
1>Z:\Downloads\33\Src\GoogleApis.Core\Apis\Http\BackOffHandler.cs(157,13,157,30): error CS0433: The type 'System.Threading.CancellationToken' exists in both 'System.Threading.Tasks, Version=1.5.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'
1>Z:\Downloads\33\Src\GoogleApis.Core\Apis\Http\BackOffHandler.cs(156,23,156,33): error CS0433: The type 'System.Threading.Tasks.Task<TResult>' exists in both 'System.Threading.Tasks, Version=1.5.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'
1>Z:\Downloads\33\Src\GoogleApis.Core\Apis\Http\BackOffHandler.cs(179,38,179,42): error CS1983: The return type of an async method must be void, Task or Task<T>
1>Z:\Downloads\33\Src\GoogleApis.Core\Apis\Http\BackOffHandler.cs(179,56,179,73): error CS0433: The type 'System.Threading.CancellationToken' exists in both 'System.Threading.Tasks, Version=1.5.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'
1>Z:\Downloads\33\Src\GoogleApis.Core\Apis\Http\BackOffHandler.cs(179,33,179,37): error CS0433: The type 'System.Threading.Tasks.Task' exists in both 'System.Threading.Tasks, Version=1.5.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'
1>Z:\Downloads\33\Src\GoogleApis.Core\Apis\Http\IHttpUnsuccessfulResponseHandler.cs(63,9,63,19): error CS0433: The type 'System.Threading.Tasks.Task<TResult>' exists in both 'System.Threading.Tasks, Version=1.5.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'
1>Z:\Downloads\33\Src\GoogleApis.Core\Apis\Http\IHttpExceptionHandler.cs(61,9,61,19): error CS0433: The type 'System.Threading.Tasks.Task<TResult>' exists in both 'System.Threading.Tasks, Version=1.5.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'
1>Z:\Downloads\33\Src\GoogleApis.Core\Apis\Http\ConfigurableMessageHandler.cs(161,60,161,69): error CS1983: The return type of an async method must be void, Task or Task<T>
1>Z:\Downloads\33\Src\GoogleApis.Core\Apis\Http\ConfigurableMessageHandler.cs(162,13,162,30): error CS0433: The type 'System.Threading.CancellationToken' exists in both 'System.Threading.Tasks, Version=1.5.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'
1>Z:\Downloads\33\Src\GoogleApis.Core\Apis\Http\ConfigurableMessageHandler.cs(161,34,161,59): error CS0433: The type 'System.Threading.Tasks.Task<TResult>' exists in both 'System.Threading.Tasks, Version=1.5.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'
1>Z:\Downloads\33\Src\GoogleApis.Core\Apis\Http\ConfigurableMessageHandler.cs(161,60,161,69): error CS0115: 'Google.Apis.Http.ConfigurableMessageHandler.SendAsync(System.Net.Http.HttpRequestMessage, System.Threading.CancellationToken)': no suitable method found to override
1>Z:\Downloads\33\Src\GoogleApis.Core\Apis\Util\Store\IDataStore.cs(34,9,34,13): error CS0433: The type 'System.Threading.Tasks.Task' exists in both 'System.Threading.Tasks, Version=1.5.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'
1>Z:\Downloads\33\Src\GoogleApis.Core\Apis\Util\Store\IDataStore.cs(42,9,42,13): error CS0433: The type 'System.Threading.Tasks.Task' exists in both 'System.Threading.Tasks, Version=1.5.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'
1>Z:\Downloads\33\Src\GoogleApis.Core\Apis\Util\Store\IDataStore.cs(48,9,48,16): error CS0433: The type 'System.Threading.Tasks.Task<TResult>' exists in both 'System.Threading.Tasks, Version=1.5.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'
1>Z:\Downloads\33\Src\GoogleApis.Core\Apis\Util\Store\IDataStore.cs(51,9,51,13): error CS0433: The type 'System.Threading.Tasks.Task' exists in both 'System.Threading.Tasks, Version=1.5.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'
1>Z:\Downloads\33\Src\GoogleApis.Core\Apis\Http\IHttpExecuteInterceptor.cs(34,57,34,74): error CS0433: The type 'System.Threading.CancellationToken' exists in both 'System.Threading.Tasks, Version=1.5.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'
1>Z:\Downloads\33\Src\GoogleApis.Core\Apis\Http\IHttpExecuteInterceptor.cs(34,9,34,13): error CS0433: The type 'System.Threading.Tasks.Task' exists in both 'System.Threading.Tasks, Version=1.5.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'
1>Z:\Downloads\33\Src\GoogleApis.Core\Apis\Http\IHttpExceptionHandler.cs(46,16,46,33): error CS0433: The type 'System.Threading.CancellationToken' exists in both 'System.Threading.Tasks, Version=1.5.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'
1>Z:\Downloads\33\Src\GoogleApis.Core\Apis\Http\IHttpUnsuccessfulResponseHandler.cs(45,16,45,33): error CS0433: The type 'System.Threading.CancellationToken' exists in both 'System.Threading.Tasks, Version=1.5.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'
1>Z:\Downloads\33\Src\GoogleApis.Core\Apis\Http\MaxUrlLengthInterceptor.cs(48,64,48,81): error CS0433: The type 'System.Threading.CancellationToken' exists in both 'System.Threading.Tasks, Version=1.5.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'
1>Z:\Downloads\33\Src\GoogleApis.Core\Apis\Http\MaxUrlLengthInterceptor.cs(48,16,48,20): error CS0433: The type 'System.Threading.Tasks.Task' exists in both 'System.Threading.Tasks, Version=1.5.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes'
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment