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
The PrimaryKeyConventionHelper class seems to be using the GetDeclaredProperty method, which gets the property in the current type; we should be using GetProperty instead. The only problem is that this is not available for netstandard 1.3
The text was updated successfully, but these errors were encountered:
The PrimaryKeyConventionHelper class seems to be using the GetDeclaredProperty method, which gets the property in the current type; we should be using GetProperty instead. The only problem is that this is not available for netstandard 1.3
The text was updated successfully, but these errors were encountered: