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 6446d0a commit 32d3a3eCopy full SHA for 32d3a3e
tests/MongoDB.Bson.Tests/Serialization/Serializers/DiscriminatorTests.cs
@@ -67,7 +67,7 @@ private class H : G
67
{
68
}
69
70
- // BaseDocument, BasedDocument and derived classes are used for tests with generic types
+ // BaseDocument and derived classes are used for tests with generic types
71
// It's necessary to specify the derived specific types with BsonKnownTypes for the deserialization to work.
72
[BsonKnownTypes(typeof(DerivedDocument<int>))]
73
[BsonKnownTypes(typeof(DerivedDocument<List<Dictionary<string, int>>>))]
0 commit comments