-
Type: Improvement
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: SAMUS
-
None
Since the inclusion of IComparer<string> in Document allows you to push in a specific type of comparer, we needed a way to inject that into documents as they are created on the way out. I introduced an interface IDocumentFactory that you can optionally pass to the Mongo object that will allow for this. Leaving it out causes the default behavior to continue (no comparer).