The following expression (expressions not referencing the input object) in LINQ3
var query = coll.Aggregate().Project(x => new { IsTrue = true });
throws
Unhandled exception. System.InvalidOperationException: Cannot find serializer for { IsTrue = True }