-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
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
Collections of Mixed #3441
Collections of Mixed #3441
Conversation
@nirinchev @fealebenpae I've created this PR just to get initial feedback on the approach for collections of mixed, mostly if the directions I'm taking so far makes sense. So it's all very rough, but there is one passing test at least 😁 |
The base for the implementation for list has been done:
Missing:
|
…-major * main: Allow customizing json ignore attribute for serialized classes (#3451) Update README.md (#3450) Fix changelog Prepare for vNext (#3444) Prepare for 11.5.0 (#3442) Migrate to new sync error codes (#3440) Starting one cluster per platform on CI (#3426) Fix trailing comma when there are no features to analyze (#3438) # Conflicts: # wrappers/realm-core
…4' into fp/update-to-core-14
# Conflicts: # Tests/Realm.Tests/TestHelpers.cs # wrappers/realm-core
# Conflicts: # Tests/Realm.Tests/EmbeddedResources/v6db.realm # wrappers/realm-core
@nirinchev added missing tests for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good - there are 2 test failures on CI, but I'm not sure if those are flaky or something that is a result of these changes.
Flaky tests unfortunately. |
Description
Add support for collections inside Mixed (
RealmValue
)Fixes #3446
TODO
RealmValue