-
Type: New Feature
-
Resolution: Done
-
Priority: Unknown
-
Affects Version/s: None
-
None
Extend the analyzer to render POCOs that contain BSON attributes such asÂ
public class MyClass { [BsonElement("sp")] public string SomeProperty { get; set; } }
to Json. Attached is a sample of it workingÂ