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: . A special case should be added if the property annotated by HasManyThrough is an IEnumerable of the same type as the current class.
Environment
- JsonApiDotNetCore Version: v4.0.0-alpha5
- Other Relevant Package Versions: Asp Net Core 3.1
Metadata
Metadata
Assignees
Labels
No labels