Mohsen Seifi
Mohsen Seifi
To implify things, I have made another test project that you can use to duplicate the issue in your environment: MainPage.xaml ```xaml ``` MainPage.xaml.cs ```cs using Realms; using Realms.Sync; using...
Nicely works on realm 3.0 But my advice is that to fix this UWP thing. I can help you with that if you want.
Also tag this with bug.
I used to contribute on couchbase. They had similar issue. They decided to make support packages for each platform and inject platform-specific implementations to their code via "Dependency Injection" You...
Also there is another bug in 3.0 When I delete something, it just changes the order (but deletes in database) So I need to fetch database again to have them...
What's your plan for fixing these platform issues?
I'm going to fix and make a `Realm.UWP` package for now. But I await your fix for all platforms. UPDATE: https://www.nuget.org/packages/Realm.UWP/3.1.0 https://github.com/Mohsens22/realm-dotnet
Any news on this one?
I believe that flutter has a wasm head so if we don't have wasm compilation on realm core, does it mean that we also can't use it for flutter web?
Please keep the implementation in a way that supports .NETSTANDARD 2.0 Therefore UWP and .NET Framework users can use it too.