I am working in a WPF based app, and I would like to use Realm as a DB engine for a specific part of the project. I tried installing the packages via Nuget, but for some reason it appears to fail. I believe the problem seems to be related to using .NET Framework instead of newer .NET. Am I right? Is Realm incompatible with .NET Framework 4.8.1?
Update:
Here are the errors after i create a class using IRealmObject
interface:
Using latest Realm installed via Nuget and .NET FW 4.8.1
Thanks