-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
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
Non-constant property name in EF.Property (and indexer property) #15832
Labels
area-query
area-test
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
punted-for-3.0
punted-for-3.1
type-enhancement
Milestone
Comments
For 3.0, we should understand what is happening, and throw for non-constants if needed. |
We are past 3.0 and we should just close this. We did not have any issues with it and indexer also has test to pass propertyname as variable and still get constant in the tree. |
Sounds good to me... |
@maumar to add a test. |
maumar
added
the
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
label
May 6, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-query
area-test
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
punted-for-3.0
punted-for-3.1
type-enhancement
Investigate what is currently happening (and what we want to be happening) if a non-constant expression (e.g. closure parameter) is used for the property name to
EF.Property()
(and the indexer property).The text was updated successfully, but these errors were encountered: