We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f2d592 commit ae07d28Copy full SHA for ae07d28
src/MongoDB.Driver/RenderArgs.cs
@@ -68,7 +68,7 @@ public RenderArgs(
68
_renderForFind = renderForFind;
69
_renderForElemMatch = renderForElemMatch;
70
_translationOptions = translationOptions; // can be null
71
- _serializationDomain = serializationDomain;
+ _serializationDomain = serializationDomain ?? BsonSerializer.DefaultSerializationDomain; //TODO Should we do it like this?
72
}
73
74
/// <summary>
0 commit comments