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 0ea2d9a commit 357ad92Copy full SHA for 357ad92
src/MongoDB.Bson/Serialization/Serializers/BsonClassMapSerializer.cs
@@ -145,7 +145,7 @@ public TClass DeserializeClass(BsonDeserializationContext context)
145
supportsInitialization.BeginInit();
146
}
147
148
- // Comment to delete 123123
+ // Comment to delete
149
var discriminatorConvention = _classMap.GetDiscriminatorConvention();
150
var allMemberMaps = _classMap.AllMemberMaps;
151
var extraElementsMemberMapIndex = _classMap.ExtraElementsMemberMapIndex;
0 commit comments