-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from sushihangover/1.1.2
Update to Realm 0.81.0
- Loading branch information
Showing
6 changed files
with
41 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<linker> | ||
<assembly fullname="RealmJson.Extensions"> | ||
<type fullname="Realms.RealmObject"> | ||
<method signature="Realms.RealmObject Realms.Realm::ObjectForPrimaryKey(System.String,System.Nullable`1<System.Int64>)" /> | ||
</type> | ||
</assembly> | ||
</linker> | ||
|
||
<!-- | ||
/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/Android/Xamarin.Android.Common.targets: | ||
Error: Error executing task LinkAssemblies: error XA2006: | ||
Could not resolve reference to | ||
'Realms.RealmObject Realms.Realm::ObjectForPrimaryKey(System.String,System.Nullable`1<System.Int64>)' | ||
(defined in assembly 'RealmJson.Extensions, Version=1.1.1.0, Culture=neutral, PublicKeyToken=null') | ||
with scope 'Realm, Version=0.80.0.0, Culture=neutral, PublicKeyToken=null'. | ||
When the scope is different from the defining assembly, it usually means that the type is forwarded. (Nuget.Test.Droid) | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters