Kugar.Tool.MongoDBHelper.NetCore
2.1.96
dotnet add package Kugar.Tool.MongoDBHelper.NetCore --version 2.1.96
NuGet\Install-Package Kugar.Tool.MongoDBHelper.NetCore -Version 2.1.96
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="Kugar.Tool.MongoDBHelper.NetCore" Version="2.1.96" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Kugar.Tool.MongoDBHelper.NetCore --version 2.1.96
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Kugar.Tool.MongoDBHelper.NetCore, 2.1.96"
#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 Kugar.Tool.MongoDBHelper.NetCore as a Cake Addin #addin nuget:?package=Kugar.Tool.MongoDBHelper.NetCore&version=2.1.96 // Install Kugar.Tool.MongoDBHelper.NetCore as a Cake Tool #tool nuget:?package=Kugar.Tool.MongoDBHelper.NetCore&version=2.1.96
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
对mongodb官方的驱动进行二次封装的类库
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. |
.NET Core | netcoreapp2.1 is compatible. netcoreapp2.2 was computed. netcoreapp3.0 is compatible. netcoreapp3.1 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 2.1
- Kugar.Core.NetCore (>= 1.2.111)
- mongocsharpdriver (>= 2.10.4)
- MongoDB.Driver.GridFS (>= 2.10.4)
- MongoDB.Integrations.JsonDotNet (>= 1.2.0)
-
.NETCoreApp 3.0
- Kugar.Core.NetCore (>= 1.2.111)
- mongocsharpdriver (>= 2.8.1)
- MongoDB.Driver.GridFS (>= 2.5.1)
- MongoDB.Integrations.JsonDotNet (>= 1.2.0)
-
.NETCoreApp 3.1
- Kugar.Core.NetCore (>= 1.2.111)
- mongocsharpdriver (>= 2.10.4)
- MongoDB.Driver.GridFS (>= 2.10.4)
- MongoDB.Integrations.JsonDotNet (>= 1.2.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Kugar.Tool.MongoDBHelper.NetCore:
Package | Downloads |
---|---|
Kugar.Tool.MongoDBHelper.AspNetCore
将原类库Kugar.Tool.MongoDBHelper.NetCore中的与asp.net core有关的部分单独分离出这个类库,让Kugar.Tool.MongoDBHelper.NetCore相对干净 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.1.96 | 959 | 6/6/2020 |
2.1.85 | 597 | 4/13/2020 |
2.1.84 | 607 | 2/7/2020 |
2.1.68 | 717 | 7/5/2019 |
2.1.61 | 693 | 6/27/2019 |
2.1.53 | 645 | 6/27/2019 |
2.1.51 | 705 | 5/30/2019 |
2.1.48 | 691 | 5/22/2019 |
2.1.46 | 762 | 4/20/2019 |
2.1.43 | 731 | 4/17/2019 |
2.1.42 | 690 | 4/3/2019 |
2.1.41 | 744 | 2/19/2019 |
2.1.39 | 812 | 1/20/2019 |
2.1.38 | 781 | 1/20/2019 |
2.1.34 | 867 | 10/6/2018 |
2.1.32 | 848 | 10/6/2018 |
2.1.31 | 867 | 10/5/2018 |
2.1.30 | 860 | 10/5/2018 |
2.1.28 | 882 | 9/17/2018 |
2.1.27 | 847 | 9/13/2018 |
2.1.26 | 805 | 9/10/2018 |
2.1.24 | 893 | 9/5/2018 |
2.1.23 | 897 | 9/5/2018 |
2.1.22 | 933 | 8/18/2018 |
2.1.21 | 898 | 8/18/2018 |
1.0.0 | 922 | 8/6/2018 |
1.分离出Kugar.Tool.MongoDBHelper.AspNetCore项目
2.修复AggregateAsWithPagedAsync函数的错误