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
Copy file name to clipboardExpand all lines: src/MongoDB.Driver/Linq/Linq3Implementation/Translators/ExpressionToAggregationExpressionTranslators/MemberInitExpressionToAggregationExpressionTranslator.cs
+25-17Lines changed: 25 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -39,28 +39,36 @@ public static AggregationExpression Translate(
39
39
varconstructorInfo=newExpression.Constructor;// note: can be null when using the default constructor with a struct
thrownewExpressionNotSupportedException(expression,because:$"the constructor has {constructorParameters} parameters but the creatorMap has {creatorMapParameters.Length} parameters.");
0 commit comments