Xamarin.Realm.Service
0.1.6
dotnet add package Xamarin.Realm.Service --version 0.1.6
NuGet\Install-Package Xamarin.Realm.Service -Version 0.1.6
<PackageReference Include="Xamarin.Realm.Service" Version="0.1.6" />
paket add Xamarin.Realm.Service --version 0.1.6
#r "nuget: Xamarin.Realm.Service, 0.1.6"
// Install Xamarin.Realm.Service as a Cake Addin #addin nuget:?package=Xamarin.Realm.Service&version=0.1.6 // Install Xamarin.Realm.Service as a Cake Tool #tool nuget:?package=Xamarin.Realm.Service&version=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.
Learn more about Target Frameworks and .NET Standard.
-
- DotNetCross.Memory.Unsafe (>= 0.2.2)
- Realm (>= 0.82.0)
- Remotion.Linq (>= 2.1.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
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.