Details
-
Bug
-
Resolution: Works as Designed
-
Major - P3
-
None
-
None
-
None
-
None
Description
I am trying test MongoDB C# driver write concern functionality with insertone method, But it doesn't return writeconcernresult as a return value. writeconcernresult is available only with the legacy driver. How to test write concern with latest c# driver with insert one method?