MongoDB.QueryHelper 1.0.0

dotnet add package MongoDB.QueryHelper --version 1.0.0
NuGet\Install-Package MongoDB.QueryHelper -Version 1.0.0
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="MongoDB.QueryHelper" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MongoDB.QueryHelper --version 1.0.0
#r "nuget: MongoDB.QueryHelper, 1.0.0"
#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 MongoDB.QueryHelper as a Cake Addin
#addin nuget:?package=MongoDB.QueryHelper&version=1.0.0

// Install MongoDB.QueryHelper as a Cake Tool
#tool nuget:?package=MongoDB.QueryHelper&version=1.0.0

This library makes working with LINQ to MongoDB queries easier from C#. Specificially it is for debugging and runtime inquiry of LINQ queries. There are two basic use cases: (1) Explain a LINQ query (does it use an index for example?). (2) Convert a LINQ query to the JavaScript code run in MongoDB.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on MongoDB.QueryHelper:

Package Downloads
EnvusoHttpFramework

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 6,357 10/30/2014

Initial release