Uploaded image for project: 'Realm .NET SDK'
  1. Realm .NET SDK
  2. RNET-550

Remove get_is_frozen methods for everything except Realm

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Minor - P4 Minor - P4
    • Q3-22FY
    • Affects Version/s: None
    • Component/s: None
    • None

      Description

      We currently have get_is_frozen on all object/collection handles which is just extra code for no obvious benefit. Since they all already have access to the Realm instance and is_frozen will return true iff Realm.is_frozen returns true, we can remove all of those handle methods and native code and proxy xxx.IsFrozen => Realm.IsFrozen.

      How important is this improvement for you?

      No response

            Assignee:
            andrea.catalini@mongodb.com Andrea Catalini (Inactive)
            Reporter:
            nikola.irinchev@mongodb.com Nikola Irinchev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: