Should Visual Studio Async CTP be installed on client computers?

If I use Async / Await in my code, should I install CTP on each client computer or just on the machine where I develop?

+3
source share
2 answers

In my opinion, it is not a good idea to use this CTP in production code. But just as I know, this is a compiler function, so you only need .Net 4.0 installed on the client PC.

Update: There is some special update to the .NET Framework 4.0 called the ".NET Framework Async CTP". This may be required on the client machine.

-1
source

, , CTP 'production', DLL , , exe, . .

+2

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


All Articles