realm-dotnet

Realm is a mobile database: a replacement for SQLite & ORMs

APACHE-2.0 License

Downloads
7.5K
Stars
1.2K
Committers
50

Bot releases are hidden (Show)

realm-dotnet - v0.72.0 PCL now supported

Published by AndyDentFree over 8 years ago

The main purpose of this release is supporting PCL projects. You need to add the Realm NuGet to both your PCL projects and your ultimate platform .IOS and .Android projects.

If you only add the Realm NuGet to your PCL project you will get a runtime exception saying something like:

The PCL build of Realm is being linked which probably means you need to use NuGet or otherwise link a platform-specific Realm.dll to your main application.

realm-dotnet - v0.71.1 minor IOS Simulator build fix

Published by AndyDentFree over 8 years ago

Minor fix for IOS only, includes Android libs bumped in version number but not functionally changed.

IOS simulator builds may have failed with a warning:

Error MT5209: Native linking error...building for iOS simulator, 
but linking in object file built for OSX, for architecture i386 (MT5209) 

This was triggered by the inclusion of a redundant IOS Simulator build of Realm.

realm-dotnet - Realm for Xamarin Private Beta 0.71.0

Published by AndyDentFree over 8 years ago

See installation instructions on the Realm Xamarin Page

Adds Android support, LINQ improvements and configurations.

See changelog.md for ful details.

realm-dotnet - Realm for Xamarin Private Beta

Published by AndyDentFree almost 9 years ago

See installation instructions on the Realm Xamarin page