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
In MockModel.Create(), the obsolete check is done on the member or the member parts. It's possible [Obsolete] is on both. I should change the code to look at both, not just one or the other.
In
MockModel.Create(), the obsolete check is done on the member or the member parts. It's possible[Obsolete]is on both. I should change the code to look at both, not just one or the other.