I was going to play around with TPL dataflow, but I can’t seem to find it anywhere in VS 2012 (including inside of the extensions and updates/nuget dialog). Did they cut it, or am I just looking in the wrong place?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
TPL Dataflow was moved from the framework itself to NuGet. So, now, to use it from your project, you need to get it from NuGet (right click References → Manage NuGet packges).
The reason given for this change is so that TPL Dataflow could be updated more frequently, not just when the whole framework is updated.