del77
del77
[This case](https://github.com/del77/IncludeFilterIssue/blob/master/IncludeFilterIssue/Controllers/IssueController.cs#L39) from the project I provided has been solved by this update. Unfortunately, [extended case](https://github.com/del77/IncludeFilterIssue/blob/master/IncludeFilterIssue/Controllers/IssueController.cs#L53) is still throwing for me. ``` fail: Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware[1] An unhandled exception has occurred while...
@JonathanMagnan, do you think this can be still fixed?
@rvicoqbi, it turned out that `_context.Courses.IncludeFilter(c => c.SkillCourses.Select(sc => sc.Skill.Names)).ToList();` from the repository I provided is the only one case which doesn't work after last fixes. Therefore I decided that...