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
+3-3
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ public static TranslatedExpression Translate(TranslationContext context, NewExpr
thrownewExpressionNotSupportedException(expression,because:$"document serializer class {itemSerializationInfo.Serializer.GetType()} does not provide member serialization info for required fields.");
thrownewExpressionNotSupportedException(expression,because:$"document serializer class {itemSerializationInfo.Serializer.GetType()} does not implement {nameof(IBsonDocumentSerializer)}");
77
77
}
78
78
79
79
if(keySerializeris not IRepresentationConfigurablerepresentationConfigurableSerializer
Copy file name to clipboardExpand all lines: tests/MongoDB.Driver.Tests/Linq/Linq3Implementation/Translators/ExpressionToAggregationExpressionTranslators/NewDictionaryExpressionToAggregationExpressionTranslatorTests.cs
+31-28
Original file line number
Diff line number
Diff line change
@@ -35,25 +35,41 @@ public NewDictionaryExpressionToAggregationExpressionTranslatorTests(ClassFixtur
0 commit comments