TaskAwaiter does not implement INotifyCompletion

I recently installed Code Connect for Visual Studio 2013 and Roslyn SDK Preview , and now in my solution I have almost 100 build errors:

'System.Runtime.CompilerServices.TaskAwaiter' does not implement 'System.Runtime.CompilerServices.INotifyCompletion'

Has anyone come across this below? I like the functionality of Code Connect, and most likely I don’t need to remove it (and for the Connect code to function correctly, you need a preview of the Roslyn SDK).

+5
source share

Source: https://habr.com/ru/post/1207413/


All Articles