-
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
OwnedNavigationBuilder.HasIndex lacks overload with name argument #33739
Labels
area-model-building
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
type-enhancement
Milestone
Comments
AndriySvyryd
added
the
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
label
Aug 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-model-building
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
type-enhancement
Hello everyone!
I have a need to remap a bunch of fields into an owned entity. Some of the fields have multiple indexes on them.
With EntityTypeBuilder it works like a charm after implementation of #21089.
But I found out that OwnedNavigationBuilder lacks HasIndex method overload with name argument, tho they're using the same InternalEntityTypeBuilder under the hood.
This leads to the same problem that latest index overrides every index before it.
I looked through PR: #21115 and didn't find any mentions of owned entities.
I wonder if there's any reason it was not implemented or just forgotten about?
If it duplicates already existing question, please point to it, I wasn't able to find anything related on my own
EF Core version: 8.0.2
Database provider: Npgsql 8.0.2
Target framework: .NET 8.0
The text was updated successfully, but these errors were encountered: