UnityMVR / umvr

Unity on Rails
MIT License
0 stars 0 forks source link

Improper handling of [CascadeDispose] applied to model collections #11

Closed Pindwin closed 2 weeks ago

Pindwin commented 7 months ago

Treated as SingleModel fields (so, trying to do PropertyName?.Dispose on Disposing). Instead, it needs to loop ever contents and call Dispose on every non-null member).