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/TypeIsExpressionToAggregationExpressionTranslator.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ public static TranslatedExpression Translate(TranslationContext context, TypeBin
Copy file name to clipboardExpand all lines: src/MongoDB.Driver/MongoCollectionSettings.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -117,12 +117,12 @@ public ReadPreference ReadPreference
117
117
/// <summary>
118
118
/// Gets the serializer registry.
119
119
/// </summary>
120
-
publicIBsonSerializerRegistrySerializerRegistry=>SerializationDomain.SerializerRegistry;//TODO We should try passing down the domain instead of the registry...
0 commit comments