Max Brauer
Results
3
comments of
Max Brauer
I found a workaround for a similar issue. Lets say we have the following data classes: ```csharp public class A { [BsonRef("b")] public B B { get; set; } }...
This will close #4
@jinjor Is there any news? This PR has been waiting for two years.