digipolisantwerp / dataaccess_aspnetcore_deprecated

Generic repository/unit of work framework for ASP.NET Core with Entity Framework.
Other
140 stars 45 forks source link

GetProperty problem in core 1.0.1 #25

Closed webnegar closed 7 years ago

webnegar commented 7 years ago

hi i get error in

(OrderBy.cs) : after updating sample app core packages

PropertyInfo propertyInfo = entityType.GetProperty(propertyName, BindingFlags.IgnoreCase | BindingFlags.Public | BindingFlags.Instance);

Error: 'Type' does not contain a definition for 'GetProperty' and no extension method 'GetProperty' accepting a...

StevenVandenBroeck commented 7 years ago

Did you upgrade all the needed packages ?

webnegar commented 7 years ago

solved by update, thanks.