Replies: 1 comment 6 replies
-
Hey @softlion, do you think you can provide us with a repro case for this? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have 2 curious issues in a Maui net8 app.
I converted this app to use the Realm source generator.
1st curious issue:
I worked around by specifying the schema explicitely.
2nd issue (unresolved):
I verified that the object being saved has only non null properties.
I checked the generated source code, but can't find what could be wrong (can't put a breakpoint there).
Any clue ?
Beta Was this translation helpful? Give feedback.
All reactions