-
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
Support Enum.HasFlag in LINQ #2852
Labels
area-query
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
good first issue
This issue should be relatively straightforward to fix.
help wanted
This issue involves technologies where we are not experts. Expert help would be appreciated.
type-enhancement
Milestone
Comments
Yes please. |
smitpatel
pushed a commit
that referenced
this issue
Aug 30, 2016
Merged
smitpatel
pushed a commit
that referenced
this issue
Aug 30, 2016
smitpatel
pushed a commit
that referenced
this issue
Aug 30, 2016
6 years have passed - there is no answer. We love it. |
@EgoPingvina this was implemented back in 2016 and released with EF Core 1.1.0 (see the milestone above). If you've run into any problems with Enum.HasFlag, can you please open a new issue detailing that problem and including a runnable code sample? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-query
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
good first issue
This issue should be relatively straightforward to fix.
help wanted
This issue involves technologies where we are not experts. Expert help would be appreciated.
type-enhancement
Hi,
I'd like to see
Enum.HasFlag
supported in EF's LINQ provider.I think this feature is pretty useful. Especially with the support of enums introduced to EF in the recent versions - a great feature indeed.
The text was updated successfully, but these errors were encountered: