Seth Valdetero

Results 10 comments of Seth Valdetero

Do you have the JAVA_HOME environment variable set? To a valid installation?

I am also seeing this issue. Anyone find a resolution or workaround?

I agree with this. Any update?

So I just spent the last few hours trying to figure out this exact issue. My entity changed and instead of giving me a serialization error, it gave me a...

I'm having the same issue for iPad Air and iPhone 5s on iOS 7. Anyone have a solution?

I share the unit (integration) tests that I run on my device with the Visual Studio test runner. When specifying the platform, just use: `SQLite.Net.Platform.Generic.SQLitePlatformGeneric();` and it will put the...

@SlyNet, according to the article, you should just be able to pass ":memory:" as the path.

Will dropping all of the tables be sufficient? I loop through and drop all of the tables and then call VACUUM to reclaim disk space.

@xplatsolutions just write it as though you're writing a regular sql command. Get your instance of SQLiteConnection (or SQLiteConnectionWithLock) and execute: _db.Execute("VACUUM");

@mwebcrew Why not use https://github.com/cake-contrib/Cake.AppCenter?