Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 77050

TPL Dataflow problems

$
0
0

I'm trying to use the Microsoft TPL Dataflow library in a Xamarin.Forms app and having some trouble on the iOS side. I can download and install the NuGet package, and I can create code that uses the Dataflow objects, but when it comes to starting the app it gets consistently killed by the iOS Watchdog before it can finish launching. The console prints a list of DLLs that the app is trying to load and it stalls at the System.Threading.Tasks.Dataflow.dll line.

Has anyone managed to get the Dataflow objects to work in an iOS context yet? If so, I'd be grateful for any pointers as to how you did it.

Thanks!


Viewing all articles
Browse latest Browse all 77050

Trending Articles