You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since AutoPersistenceModel can be inherited, we can't do reflection on GetType(), since it will return the derived class' type and not typeof(AutoPersistenceModel).
0 commit comments