Xamarin.Realm.Service
0.1.6
XRS is a service layer for Xamarin.Realm that provides threadsafe auto-increment support for primary keys, data-changing events, and an extensible API for working with RealmObjects.
Install-Package Xamarin.Realm.Service -Version 0.1.6
dotnet add package Xamarin.Realm.Service --version 0.1.6
<PackageReference Include="Xamarin.Realm.Service" Version="0.1.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xamarin.Realm.Service --version 0.1.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
0.1.6 (2017-02-09)
-------------------
- Removed IDisposable implementations (no need for them).
- Improved EventAggregator implementation by removing internal static event in favor of weak references to target objects.
- Write speeds have been doubly improved as a result of these changes.
Dependencies
-
- DotNetCross.Memory.Unsafe (>= 0.2.2)
- Realm (>= 0.82.0)
- Remotion.Linq (>= 2.1.1)
GitHub Usage
This package is not used by any popular GitHub repositories.