Closed JonDouglas closed 7 years ago
This was an oversight on our part. I recently started working on a workaround - https://github.com/realm/realm-dotnet/pull/1375 that should address this. It's a little hacky at the moment, but I hope to wrap it up in the next few days. In the meantime, you could manually add reference to the latest DotNetCross.Memory.Unsafe (0.2.3.4) and this prerelease version of Realm.DataBinding: Realm.DataBinding.1.1.0.nupkg.zip
After you've added them, you should be able to add a reference to the realm packages.
This should be fixed in Realm 1.2.1 that has just been released (nuget may take some time to index it).
Thanks for this quick fix. I'll wait for the release to be indexed.
Goals
I'm trying to install
Realm
into adotnetstandard 1.4
class library.Expected Results
It should install into the class library.
Actual Results
It does not install into the class library.
Both of the following libraries do not support
.NETStandard 1.4
:DotNetCross.Memory.Unsafe 0.2.2
Realm.DataBinding 1.0.0
Steps to Reproduce
dotnetstandard 1.4
class libraryRealm
Version of Realm and Tooling
Comments
Based on the following release notes:
https://github.com/realm/realm-dotnet/blob/master/CHANGELOG.md
Does this mean that the current
DataBinding
package will be replaced with platform specific ones then?