Tom Soderling

Results 6 comments of Tom Soderling

Here are each of the of crash reports from Xcode Organizer that show mono_loader_lock in more than one thread. Instances vary from 2 to 6 threads. These are from our...

Related to the contention on loader lock - if we're also using reflection in our Dependency Injection, could that make things worse, or are you just speaking about reflection usage...

Thank you for the clues here. We use Akavache to store JSON blobs in SQLite so that could be where a lot of that serialization is happening. We've seen some...

I get the same "Failure to parse near offset 69" error for DataTemplates that are inside a ContentPage ResourceDictionary that use x:Type Something like: ``` ``` The proposed workarounds don't...

I take it back! The workaround **does** work. I had multiple DataTemplates on the same page. Updated code: ``` ```