Tommy Mikalsen

Results 3 issues of Tommy Mikalsen

The query `/critters?$select=[id,name]+as+this` fails in EF with error message: ```Unable to cast the type 'System.Int32' to type 'System.Object'. LINQ to Entities only supports casting EDM primitive or enumeration types.``` `/critters?$select=id,name`...

bug
entity-framework