This is the code I'm running:
InsertManyOptions options = new InsertManyOptions();
options.IsOrdered = false;
await collection.InsertManyAsync(
records.ToBsonList(),
options);
and this the error. I didn't experienced it in MongoDB 3.2.3.