Ted Rogers
Ted Rogers
I'm hoping you might be able to help. I am using sqlite-net-pcl which in turn uses SQLitePCL.raw. I am trying to store my sqlite database in UWP outside of the...
For iOS, I need the ability to specify the keychain access group for SecureStorage so that the information stored there can be accessed by the main host app as well...
## Description I want to use mocking in my unit test target for an iMessage app extension. Everything I have tried so far as not worked, meaning I cannot get...
We would like to run unit tests as pure unit tests without running our host application. How can that be accomplished?
Just started getting error or at least getting it more often on iOS10. See this link for more info: https://github.com/marcoarment/FCModel/issues/105 Any ideas of what might be happening? The code is...
I finally caught this issue in the debugger. Hoping you might be able to help. I have attached schema, log output, query, values, and stack trace. [stacktrace_debug.txt](https://github.com/marcoarment/FCModel/files/487718/stacktrace_debug.txt)
Marco - I see that the code no longer uses the FCModelDatabaseQueue for handling database operations and instead dispatches to main queue via this inline: fcm_onMainThread. I am running into...
Are there any plans to allow supporting source files to mock external types? I implemented supporting source files for an external type and then later noticed this message at the...