We're trying to update from Csla 8.2.9 to 9.1.0, and immediately hit an issue in a DeleteSelfChild method; we're trying to use the Parent property to get to the root object to get its Id, but it seems like this is null now. Was this intentional or is it a bug? If its intentional, what would be the proposed workaround? I'd rather not have to add an id property to every child instance and keep it in sync with the parent.
Originally posted by @ajohnstone-ks in #4759