Mongo2Go 1.0.0-beta
See the version list below for details.
dotnet add package Mongo2Go --version 1.0.0-beta
NuGet\Install-Package Mongo2Go -Version 1.0.0-beta
<PackageReference Include="Mongo2Go" Version="1.0.0-beta" />
paket add Mongo2Go --version 1.0.0-beta
#r "nuget: Mongo2Go, 1.0.0-beta"
// Install Mongo2Go as a Cake Addin #addin nuget:?package=Mongo2Go&version=1.0.0-beta&prerelease // Install Mongo2Go as a Cake Tool #tool nuget:?package=Mongo2Go&version=1.0.0-beta&prerelease
Mongo2Go is a managed 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 v3.2.7 for Windows, Linux and OS X.
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 | Versions 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. |
This package has no dependencies.
NuGet packages (11)
Showing the top 5 NuGet packages that depend on Mongo2Go:
Package | Downloads |
---|---|
Dolittle.Machine.Specifications.MongoDB
Dolittle is a platform designed to build Line of Business applications without sacrificing architectural quality, code quality or scalability. |
|
DocWorks.Common.SEDAEvents.Aggregation
This is common code in DocWorks CMS Application |
|
NetCoreCleanArchitecture.Persistence.MongoDb
Package Description |
|
BrandUp.MongoDB.Testing.Mongo2Go
Package Description |
|
NetCoreCleanArchitecture.Infrastructure.MongoDb
Package Description |
GitHub repositories (18)
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 and imaginary food delivery microservices, built with .Net 8, 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 |
---|---|---|
3.1.3 | 3,408,941 | 4/30/2021 |
3.1.1 | 158,021 | 4/8/2021 |
3.1.0 | 12,484 | 4/7/2021 |
3.0.0 | 44,883 | 3/27/2021 |
2.2.16 | 1,089,067 | 12/13/2020 |
2.2.15 | 8,218 | 12/12/2020 |
2.2.14 | 197,490 | 10/19/2020 |
2.2.12 | 1,065,905 | 9/7/2019 |
2.2.11 | 265,740 | 5/10/2019 |
2.2.10 | 8,731 | 5/10/2019 |
2.2.9 | 148,754 | 2/4/2019 |
2.2.8 | 145,971 | 10/12/2018 |
2.2.7 | 41,773 | 8/13/2018 |
2.2.6 | 18,021 | 7/19/2018 |
2.2.5 | 7,569 | 7/19/2018 |
2.2.4 | 19,572 | 6/6/2018 |
2.2.3 | 8,356 | 6/6/2018 |
2.2.2 | 7,747 | 6/5/2018 |
2.2.1 | 71,331 | 11/23/2017 |
2.2.0 | 13,197 | 8/17/2017 |
2.1.0 | 27,113 | 3/10/2017 |
2.0.0-alpha1 | 8,054 | 12/20/2016 |
1.1.0 | 29,076 | 3/10/2017 |
1.0.0 | 13,466 | 11/14/2016 |
1.0.0-beta4 | 6,182 | 10/24/2016 |
1.0.0-beta3 | 6,894 | 8/22/2016 |
1.0.0-beta2 | 6,458 | 7/29/2016 |
1.0.0-beta | 6,695 | 7/24/2016 |
0.2.0 | 27,414 | 5/31/2016 |
0.1.8 | 9,809 | 3/17/2016 |
0.1.6 | 6,371 | 7/21/2015 |
0.1.5 | 5,263 | 7/8/2015 |
0.1.4 | 5,735 | 1/26/2015 |
0.1.3 | 6,007 | 9/20/2012 |
0.1.2 | 5,186 | 8/20/2012 |
0.1.1 | 5,240 | 8/16/2012 |
0.1.0 | 6,959 | 8/15/2012 |
This release introduces cross-platform support for Windows, Linux and OS X