Re: [Mono-dev] System.ExecutionEngineException: Failed to create shadow copy (CopyFile).

2014-01-01 Thread Alistair Bush
So I have finally figured out ( hopefully ) the underlying issue. Basically the code is attempting to invoke methods, e.g. IsConcrete, of a Type which has as an instance variable of a type which is not available. It seems that mono must then attempt to fulling resolve this instance information

Re: [Mono-dev] Anyone taking care of TPL dataflow?

2014-01-01 Thread Marek Safar
Hi, I know Mono is getting its second life due to the brilliant Mobile idea (Android/iOS). But it seems that the bcl/server stuff needs some love now. We bumped into an issue of TPL dataflow library and submitted an issue here: https://bugzilla.xamarin.com/show_bug.cgi?id=16940 TPL