-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 2.0
-
Component/s: API
-
None
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)."
- is related to
-
CSHARP-1228 Expressions used to resolve field names for enum members do not work
- Closed