Info
| Version: | 5.0.0 |
| Author(s): | Johannes Hoppe and many contributors |
| Last Update: | Tuesday, July 21, 2026 |
| .NET Fiddle: | Online Example |
| Project Url: | https://github.com/Mongo2Go/Mongo2Go |
| NuGet Url: | https://www.nuget.org/packages/Mongo2Go |
Install
Install-Package Mongo2Go
dotnet add package Mongo2Go
paket add Mongo2Go
Mongo2Go Download (Unzip the "nupkg" after downloading)
Dependencies
6 packages depend on this package.
Tags
It targets .NET Framework 4.7.2 and .NET Standard 2.1.
This Nuget package contains the executables of mongod, mongoimport and mongoexport v8.0.26 for Windows (x64), Linux (x64 and arm64) and macOS (x64 and arm64).
Mongo2Go has two use cases:
1. Providing multiple, temporary and isolated MongoDB databases for integration tests
2.
Providing a quick to set up MongoDB database for a local developer environment.