EasilyNET.MongoGridFS.AspNetCore 2.2.72

There is a newer version of this package available.
See the version list below for details.
dotnet add package EasilyNET.MongoGridFS.AspNetCore --version 2.2.72
NuGet\Install-Package EasilyNET.MongoGridFS.AspNetCore -Version 2.2.72
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="EasilyNET.MongoGridFS.AspNetCore" Version="2.2.72" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EasilyNET.MongoGridFS.AspNetCore --version 2.2.72
#r "nuget: EasilyNET.MongoGridFS.AspNetCore, 2.2.72"
#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 EasilyNET.MongoGridFS.AspNetCore as a Cake Addin
#addin nuget:?package=EasilyNET.MongoGridFS.AspNetCore&version=2.2.72

// Install EasilyNET.MongoGridFS.AspNetCore as a Cake Tool
#tool nuget:?package=EasilyNET.MongoGridFS.AspNetCore&version=2.2.72

EasilyNET.MongoGridFS.AspNetCore

使用方法
  • 注册服务
// 需要提前注册 IMongoDatabase, 或者使用其他重载来注册服务.
builder.Services.AddMongoGridFS();
  • 使用依赖注入获取 GridFSBucket 操作 GridFS
public class YourClass(IGridFSBucket bucket)
{
    private readonly IGridFSBucket _bucket = bucket;

    public void DoSomething()
    {
        _bucket.XXXXXX();
    }
}
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2024.428.71 34 4/28/2024
2.2024.427.1128 39 4/27/2024
2.2.72 147 4/14/2024
2.2.71 73 4/12/2024
2.2.8 28 4/26/2024
2.2.6 70 4/10/2024
2.2.5 104 3/26/2024
2.2.4 106 3/25/2024
2.2.3 104 3/24/2024
2.2.2 105 3/21/2024
2.2.1 119 3/20/2024
2.2.0 149 3/13/2024
2.1.9 211 2/21/2024
2.1.8 200 2/18/2024
2.1.7 210 2/16/2024
2.1.6 235 2/14/2024
2.1.5 225 2/14/2024
2.1.4 232 2/9/2024
2.1.3 229 2/8/2024
2.1.2 240 2/5/2024
2.1.1.2 401 12/26/2023
2.1.1.1 330 12/26/2023
2.1.1 385 12/25/2023
2.1.0 399 12/17/2023
2.0.11 461 12/6/2023
2.0.1 457 11/15/2023
2.0.0 423 11/14/2023
1.9.1 446 11/1/2023
1.9.0 457 10/19/2023
1.9.0-preview2 440 10/12/2023
1.9.0-preview1 467 10/12/2023
1.8.9 485 10/11/2023
1.8.8 483 10/11/2023
1.8.7-rc2 475 9/21/2023
1.8.7-rc1 516 9/12/2023
1.8.6 592 8/31/2023
1.8.5 581 8/25/2023
1.8.4 602 8/24/2023
1.8.3 567 8/23/2023
1.8.2 608 8/22/2023
1.8.1 573 8/18/2023
1.8.0 600 8/15/2023
1.7.9 611 8/11/2023
1.7.8 615 8/11/2023
1.7.7 636 8/10/2023
1.7.6 606 8/9/2023
1.7.5 631 8/9/2023
1.7.4 628 8/3/2023
1.7.3 667 8/1/2023
1.7.2 622 7/31/2023
1.7.1 648 7/27/2023
1.7.0 681 7/25/2023
1.6.9 641 7/25/2023
1.6.8 661 7/24/2023
1.6.7 639 7/20/2023
1.6.6 671 7/19/2023
1.6.5 635 7/19/2023
1.6.4 641 7/17/2023
1.6.3 663 7/17/2023
1.6.2 661 7/12/2023
1.6.1 629 6/30/2023
1.6.0 636 6/30/2023