realm-dotnet
realm-dotnet copied to clipboard
Realm is a mobile database: a replacement for SQLite & ORMs
TODO - [ ] Remove unused usings: right now we're adding all the usings in the world but we should probably be more conservative. - [ ] Generate parameterless ctor...
## Description Fixes #2745 ## TODO * [x] Changelog entry * [x] Tests (if applicable)
## Description Fixes # ## TODO * [ ] Changelog entry * [ ] Tests (if applicable)
## Description Implements asymmetric sync for the .NET SDK Fixes # ## TODO * [ ] Changelog entry * [ ] Tests (if applicable)
### What happened? Using Realm.Remove makes the app crash. We are using a PartitionSyncConfiguration for our realm. Sync is enabled without developer mode. ### Repro steps See code snippets but...
## Description Fixes # ## TODO * [ ] Changelog entry * [ ] Tests (if applicable)
## Description This adds Windows Mono tests for Unity. This is the only platform we can test for right now because of issues still being sorted out with our self-hosted...
#### Goal > What do you want to achieve? Use of realm in a self hosted asp.net console application (ultimately to be ran on mono via Raspberry Pi) #### Expected...
We need to support the new nullability annotations. We need to be careful because those annotations can be enabled (at different levels) at the project level, but also via directives...
## Description In order to have core support for the new handlers for client reset I updated to v12.3.0. Until the [PBS one](https://github.com/realm/realm-dotnet/pull/2956) is merged, you can use [this](https://github.com/realm/realm-dotnet/compare/ac/client-reset-with-recovery...ac/client-reset-flx-sync) link...