EasilyNET.MongoGridFS.AspNetCore 1.9.0-preview1

This is a prerelease version of EasilyNET.MongoGridFS.AspNetCore.
There is a newer version of this package available.
See the version list below for details.
dotnet add package EasilyNET.MongoGridFS.AspNetCore --version 1.9.0-preview1
                    
NuGet\Install-Package EasilyNET.MongoGridFS.AspNetCore -Version 1.9.0-preview1
                    
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="1.9.0-preview1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EasilyNET.MongoGridFS.AspNetCore" Version="1.9.0-preview1" />
                    
Directory.Packages.props
<PackageReference Include="EasilyNET.MongoGridFS.AspNetCore" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add EasilyNET.MongoGridFS.AspNetCore --version 1.9.0-preview1
                    
#r "nuget: EasilyNET.MongoGridFS.AspNetCore, 1.9.0-preview1"
                    
#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.
#addin nuget:?package=EasilyNET.MongoGridFS.AspNetCore&version=1.9.0-preview1&prerelease
                    
Install EasilyNET.MongoGridFS.AspNetCore as a Cake Addin
#tool nuget:?package=EasilyNET.MongoGridFS.AspNetCore&version=1.9.0-preview1&prerelease
                    
Install EasilyNET.MongoGridFS.AspNetCore as a Cake Tool

EasilyNET.MongoGridFS.AspNetCore

  • 从 Minio.AspNetCore 得到灵感.创建一个 MongoDBGridFS 的服务注册方案.
使用方法
  • 注册服务
var db = builder.Services.GetService<IMongoDatabase>() ?? throw new("请先注册IMongoDatabase服务");
builder.Services.AddMongoGridFS(db);
  • 使用依赖注入获取 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 net6.0 is compatible.  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 is compatible.  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 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 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. 
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
3.24.1017.42 106 10/16/2024
3.24.1016.161 100 10/16/2024
3.24.1015.231 96 10/15/2024
3.24.1015.14 104 10/14/2024
3.24.1012.114 116 10/12/2024
3.24.1009.115 102 10/9/2024
3.24.1008.160 99 10/8/2024
3.24.1008.133 98 10/8/2024
3.24.1007.185 102 10/7/2024
3.24.1003.33 103 10/2/2024
3.24.1002.162 108 10/2/2024
3.24.929.143 111 9/29/2024
3.24.929.141 112 9/29/2024
3.24.929.131 115 9/29/2024
3.24.929.122 125 9/29/2024
3.24.926.184 119 9/26/2024
3.24.926.182 104 9/26/2024
3.24.926.175 128 9/26/2024
3.24.924.160 96 9/24/2024
3.24.924.133 106 9/24/2024
3.24.924.124 110 9/24/2024
3.24.924.10 103 9/23/2024
3.24.924.1 96 9/23/2024
3.24.923.234 92 9/23/2024
3.24.923.232 99 9/23/2024
3.24.923.155 102 9/23/2024
3.24.919.92 104 9/19/2024
3.24.914.125 136 9/14/2024
3.24.914.115 115 9/14/2024
3.24.914.111 112 9/14/2024
3.24.911.95 111 9/11/2024
3.24.908.215 99 9/8/2024
3.24.904.200 102 9/4/2024
3.24.828.163 112 8/28/2024
3.24.820.173 122 8/20/2024
3.24.814.92 122 8/14/2024
3.24.812.115 126 8/12/2024
3.24.802.100 98 8/2/2024
3.24.801.162 105 8/1/2024
3.24.801.160 104 8/1/2024
3.24.801.155 106 8/1/2024
3.24.730.164 69 7/30/2024
3.24.730.91 70 7/30/2024
3.24.724.91 93 7/24/2024
3.24.718.105 112 7/18/2024
3.24.716.95 112 7/16/2024
3.24.712.94 106 7/12/2024
3.24.710.14 115 7/9/2024
3.24.709.105 120 7/9/2024
3.24.704.94 128 7/4/2024
3.24.701.90 119 7/1/2024
3.24.628.114 137 6/28/2024
3.24.627.145 126 6/27/2024
3.24.620.160 119 6/20/2024
3.24.613.115 108 6/13/2024
3.24.612.95 103 6/12/2024
3.24.528.90 108 5/28/2024
3.24.522.84 123 5/22/2024
3.24.512.213 105 5/12/2024
3.24.508.112 132 5/8/2024
2.2024.428.71 124 4/28/2024
2.2024.427.1128 134 4/27/2024
2.2.72 195 4/14/2024
2.2.71 124 4/12/2024
2.2.8 122 4/26/2024
2.2.6 118 4/10/2024
2.2.5 153 3/26/2024
2.2.4 152 3/25/2024
2.2.3 155 3/24/2024
2.2.2 152 3/21/2024
2.2.1 171 3/20/2024
2.2.0 190 3/13/2024
2.1.9 260 2/21/2024
2.1.8 246 2/18/2024
2.1.7 250 2/16/2024
2.1.6 281 2/14/2024
2.1.5 265 2/14/2024
2.1.4 279 2/9/2024
2.1.3 277 2/8/2024
2.1.2 282 2/5/2024
2.1.1.2 437 12/26/2023
2.1.1.1 370 12/26/2023
2.1.1 428 12/25/2023
2.1.0 438 12/17/2023
2.0.11 499 12/6/2023
2.0.1 500 11/15/2023
2.0.0 463 11/14/2023
1.9.1 495 11/1/2023
1.9.0 495 10/19/2023
1.9.0-preview2 470 10/12/2023
1.9.0-preview1 502 10/12/2023
1.8.9 521 10/11/2023
1.8.8 519 10/11/2023
1.8.7-rc2 513 9/21/2023
1.8.7-rc1 554 9/12/2023
1.8.6 629 8/31/2023
1.8.5 626 8/25/2023
1.8.4 643 8/24/2023
1.8.3 609 8/23/2023
1.8.2 649 8/22/2023
1.8.1 605 8/18/2023
1.8.0 637 8/15/2023
1.7.9 647 8/11/2023
1.7.8 654 8/11/2023
1.7.7 676 8/10/2023
1.7.6 645 8/9/2023
1.7.5 671 8/9/2023
1.7.4 682 8/3/2023
1.7.3 711 8/1/2023
1.7.2 663 7/31/2023
1.7.1 691 7/27/2023
1.7.0 726 7/25/2023
1.6.9 688 7/25/2023
1.6.8 701 7/24/2023
1.6.7 682 7/20/2023
1.6.6 705 7/19/2023
1.6.5 674 7/19/2023
1.6.4 684 7/17/2023
1.6.3 705 7/17/2023
1.6.2 705 7/12/2023
1.6.1 673 6/30/2023
1.6.0 677 6/30/2023