We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_dbContext.Users.AsNoTracking().OrderBy("Id").ToListAsync()
throw exception: No property or field 'Id' exists in type 'ApplicationUser' (at index 0)
No property or field 'Id' exists in type 'ApplicationUser' (at index 0)
But it's going well with System.Linq.Dynamic.Library (without netcore)
If I override the property Id in ApplicationUser, It will be ok.
Id
(Asp.Net Core RC2,ApplicationUser based on IdentityUser) "System.Linq.Dynamic.Core": "1.0.3"
The text was updated successfully, but these errors were encountered:
43268e9
See new nuget : https://www.nuget.org/packages/System.Linq.Dynamic.Core/1.0.3.3
Sorry, something went wrong.
Very thanks. The problem is solved!!!
OK. I close the issue.
StefH
No branches or pull requests
_dbContext.Users.AsNoTracking().OrderBy("Id").ToListAsync()
throw exception:
No property or field 'Id' exists in type 'ApplicationUser' (at index 0)
But it's going well with System.Linq.Dynamic.Library (without netcore)
If I override the property
Id
in ApplicationUser, It will be ok.(Asp.Net Core RC2,ApplicationUser based on IdentityUser)
"System.Linq.Dynamic.Core": "1.0.3"
The text was updated successfully, but these errors were encountered: