You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
__dynamicArraySerializer=BsonSerializer.LookupSerializer<List<object>>();//TODO Should we change this? Maybe all the classes that are using this should use the local domain if this is not set
Copy file name to clipboardExpand all lines: src/MongoDB.Driver/Linq/Linq3Implementation/Translators/ExpressionToAggregationExpressionTranslators/MemberInitExpressionToAggregationExpressionTranslator.cs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ public static AggregationExpression Translate(
47
47
varconstructorInfo=newExpression.Constructor;// note: can be null when using the default constructor with a struct
0 commit comments