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/NewDictionaryExpressionToAggregationExpressionTranslator.cs
+5-7
Original file line number
Diff line number
Diff line change
@@ -31,18 +31,17 @@ internal static class NewDictionaryExpressionToAggregationExpressionTranslator
@@ -76,8 +75,7 @@ public static TranslatedExpression Translate(TranslationContext context, NewExpr
76
75
thrownewExpressionNotSupportedException(expression,because:$"document serializer class {itemSerializationInfo.Serializer.GetType()} does not implement {nameof(IBsonDocumentSerializer)}");
77
76
}
78
77
79
-
if(keySerializeris not IRepresentationConfigurablerepresentationConfigurableSerializer
0 commit comments