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
A number of members from `Object` were being added to every `TypeAccessor.Members` list, such as `ToString()`. These don't serve a purpose in terms of our mapping libraries, and just add a lot of clutter to the cache. These can be removed.
This also allows us to fix a unit test which, previously, had to account for these items being inherited from object.
0 commit comments