-
-
Notifications
You must be signed in to change notification settings - Fork 159
Closed
Description
Description
- When trying to use HasManyThrough on a self-referencing ManyToMany relationship, an error is thrown. This is because SingleOrDefault is used to find the left and right joining properties:
hasManyThroughAttribute.LeftProperty = throughProperties.SingleOrDefault(x => x.PropertyType == entityType)
Environment
- JsonApiDotNetCore Version: v4.0.0-alpha5
- Other Relevant Package Versions: Asp Net Core 3.1
Metadata
Metadata
Assignees
Labels
No labels