Is it possible to use C# 5 async features in Linqpad snippets? Does anyone know of any hack/beta which allows you to do it?

link|improve this question

50% accept rate
feedback

1 Answer

up vote 8 down vote accepted

Installing the async CTP should be enough - async code should compile in LINQPad (although the Intellisense will show red squigglies). I'll look at dealing to the red squigglies in the next beta :)

You will have to add a reference to asyncctplibrary.dll, as in VS.

Update: the red squigglies and autocompletion has been dealt to in the latest beta.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.