Query: ArgumentOutOfRangeException when using DefaultIfEmpty() on a collection navigation in conjunction with SelectMany #6879
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
Steps to reproduce
With the default ASP.NET MVC template from Yeoman, and a single user registered in the database, the following code generates the error:
The issue
In the example above I would expect a single user to be returned, instead I get a ArgumentOutOfRangeException
Further technical details
EF Core version: 1.1.0-preview1-final
Operating system: Windows 10 x64
Visual Studio version: n/a
The text was updated successfully, but these errors were encountered: