MongoDB integration testing in .Net Core – Vetting Mongo2go vs MongoDb Docker Instance I recently had to choose between Mongo2go and a MongoDb Docker instance for integration testing. Probably also worth mentioning that the goal was actually to find an integration testing solution for DocumentDB — the AWS-sponsored version of MongoDb…