Fixed
Details
Details
Assignee
Alex Zaytsev
Alex ZaytsevReporter
cremor
cremorLabels
Components
Fix versions
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created June 11, 2012 at 12:56 PM
Updated April 12, 2017 at 9:32 AM
Resolved June 11, 2012 at 2:31 PM
The following simple query throws an exception with a build from the current master branch:
var query = db.Users
.Fetch(x => x.Role)
.Where(x => x.Name == "xxx")
.SingleOrDefault();
The exception is:
Remotion.Linq.Utilities.ArgumentTypeException : Argument inputInfo has type Remotion.Linq.Clauses.StreamedData.StreamedSingleValueInfo when type Remotion.Linq.Clauses.StreamedData.StreamedSequenceInfo was expected.
Parametername: inputInfo