MongoDB.InMemory
1.0.5
dotnet add package MongoDB.InMemory --version 1.0.5
NuGet\Install-Package MongoDB.InMemory -Version 1.0.5
<PackageReference Include="MongoDB.InMemory" Version="1.0.5" />
<PackageVersion Include="MongoDB.InMemory" Version="1.0.5" />
<PackageReference Include="MongoDB.InMemory" />
paket add MongoDB.InMemory --version 1.0.5
#r "nuget: MongoDB.InMemory, 1.0.5"
#:package MongoDB.InMemory@1.0.5
#addin nuget:?package=MongoDB.InMemory&version=1.0.5
#tool nuget:?package=MongoDB.InMemory&version=1.0.5
MongoDB.InMemory
Officially MongoDB does not have support for the InMemory. This package will help you to have InMemory MongoDB solution in your local computer. Especially this package should use for the unit test or integration test development. For production environment is not recommended.
Supported functionalities:
Aggregation:
$match
,$limit
,$skip
,$sort
,$project
Where:
$gt
,$gte
,$lt
,$lte
,$ne
,$in
,$not
,$nin
,dotNotation
,$or
,$and
,$exists
,$type
,regex
,$elemMatch
,$all
Update:
$set
,$unset
,$pull
,$push
Unsupported functionalities are in development process, they will be implemented soon.
I need maintainers for this project, if you want to be a contributor feel free to send request.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- MongoDB.Driver (>= 2.12.3)
- MongoDB.Driver.Core (>= 2.12.3)
- Moq (>= 4.16.1)
- System.ServiceModel.Primitives (>= 4.9.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.