Details
-
Bug
-
Resolution: Duplicate
-
Major - P3
-
None
-
2.0
-
None
Description
return await this.Collection.Find(t => t.Name.Equals(name)) .SortBy(t => t.Gender).Project(projection).ToListAsync();
if Gender property is Enum type driver will throw exception "Unable to determine the serialization information for t => Convert(t.Gender)."
Attachments
Issue Links
- is related to
-
CSHARP-1228 Expressions used to resolve field names for enum members do not work
-
- Closed
-