We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CollectionChanged
SubscribeForNotifications
How to reproduce:
realm-dotnet/Tests/Realm.Tests/Database/NotificationTests.cs
Lines 881 to 922 in 521d915
container.Items.SubscribeForNotifications((s, c) => { });
Result: the test does not pass because a Replace notification is called when we modify an object, and the penultimate assertion is false
Replace
The text was updated successfully, but these errors were encountered:
➤ PM Bot commented:
Jira ticket: RNET-1152
Sorry, something went wrong.
I think this is due to the caching we do for notifications
No branches or pull requests
How to reproduce:
realm-dotnet/Tests/Realm.Tests/Database/NotificationTests.cs
Lines 881 to 922 in 521d915
container.Items.SubscribeForNotifications((s, c) => { });
after the other subscriptionsResult: the test does not pass because a
Replace
notification is called when we modify an object, and the penultimate assertion is falseThe text was updated successfully, but these errors were encountered: