Mongo2Go 0.1.4

dotnet add package Mongo2Go --version 0.1.4
NuGet\Install-Package Mongo2Go -Version 0.1.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Mongo2Go" Version="0.1.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Mongo2Go --version 0.1.4
#r "nuget: Mongo2Go, 0.1.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Mongo2Go as a Cake Addin
#addin nuget:?package=Mongo2Go&version=0.1.4

// Install Mongo2Go as a Cake Tool
#tool nuget:?package=Mongo2Go&version=0.1.4

Mongo2Go is a manged wrapper around the latest MongoDB binaries. It targets .NET 3.5 and works in later versions, too.
This Nuget package contains the executables of mongod, mongoimport and mongoexport v2.6.6 (32bit).

Mongo2Go has two use cases:
1. Providing multiple, temporary and isolated MongoDB databases for unit tests (or to be precise: integration tests)
2. Providing a quick to set up MongoDB database for a local developer environment

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (15)

Showing the top 5 popular GitHub repositories that depend on Mongo2Go:

Repository Stars
eventflow/EventFlow
Async/await first CQRS+ES and DDD framework for .NET
abpframework/abp-samples
Sample solutions built with the ABP Framework
mehdihadeli/food-delivery-microservices
🍔 A practical food delivery microservices, built with .Net 7, MassTransit, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
abpframework/eShopOnAbp
Reference microservice solution built with the ABP Framework and .NET, runs on Kubernetes with Helm configuration, includes API Gateways, Angular and ASP.NET Core MVC applications, PostgreSQL and MongoDB databases
twzhangyang/RestAirline
DDD+CQRS+EventSourcing+Hypermedia API+ASP.NET Core 3.1+Masstransit+terraform+docker+k8s
Version Downloads Last updated
0.1.4 244 1/26/2015
0.1.3 176 9/20/2012
0.1.2 50 8/20/2012
0.1.1 59 8/16/2012
0.1.0 1 8/15/2012

This package is identical to v0.1.3 but includes the latest stable MongoDB release v2.6.6. Many thanks to Jesse Sweetland for the update!