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
Both PropertyAttributeConvention <T> and NavigationAttributeConvention<T> does not apply to protected and private properties. They use method Type.GetProperty(name) to get CLR property which always returns null for non-public ones.