BceSdkDotNetCore 1.0.2.910

There is a newer version of this package available.
See the version list below for details.
dotnet add package BceSdkDotNetCore --version 1.0.2.910
                    
NuGet\Install-Package BceSdkDotNetCore -Version 1.0.2.910
                    
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="BceSdkDotNetCore" Version="1.0.2.910" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BceSdkDotNetCore" Version="1.0.2.910" />
                    
Directory.Packages.props
<PackageReference Include="BceSdkDotNetCore" />
                    
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 BceSdkDotNetCore --version 1.0.2.910
                    
#r "nuget: BceSdkDotNetCore, 1.0.2.910"
                    
#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.
#:package BceSdkDotNetCore@1.0.2.910
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BceSdkDotNetCore&version=1.0.2.910
                    
Install as a Cake Addin
#tool nuget:?package=BceSdkDotNetCore&version=1.0.2.910
                    
Install as a Cake Tool

安装SDK工具包

运行环境

C# SDK工具包可在Microsoft .NET Core 2.1 环境下运行。

SDK目录结构

BaiduBce
       ├── Auth                                        //BCE签名相关类
       ├── Http                                        //BCE的Http通信相关类
       ├── Internal                                    //SDK内部类
       ├── Model                                       //BCE公用model类
       ├── Services
       │       └── Bos                                 //BOS服务相关类
       │           ├── Model                           //BOS内部model,如Request或Response
       │           ├── BosClient.cs                 //BOS客户端入口类
       │           └── BosConstants.cs              //BOS特有的常量定义,如权限常量等
       ├── Util                                        //BCE公用工具类
       ├── BceClientConfiguration.cs                  //对BCE的HttpClient的配置
       ├── BceClientException.cs                      //BCE客户端的异常类
       ├── BceServiceException.cs                     //与BCE服务端交互后的异常类
       ├── BceConstants.cs                            //BCE的通用常量(区域,请求头,错误码等)
       
       

快速入门

请参考快速入门

SDK使用帮助

请参考BOS C# SDK文档

Product 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 netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on BceSdkDotNetCore:

Package Downloads
OnceMi.AspNetCore.OSS

ASP.NET Core对象储存扩展包,支持Minio自建对象储存、阿里云OSS、腾讯云COS、七牛云Kodo、华为云OBS、百度云BOS、天翼云OOS经典版。

AdminBlazor

AdminBlazor 是一款 Blazor Server SaaS 中台项目,支持 RABC 权限菜单/按钮,支持快速代码生成一对一、一对多、多对多导航属性的 .razor 界面,支持 RABC 权限菜单/按钮,支持一对一、一对多、多对多代码生成 .razor 界面,集成菜单、角色、用户、公司组织、定时任务、数据字典、参数配置、租户、审批、审计、OSS文件管理等功能。

Mud.AspNetCore.OSS

ASP.NET Core对象储存扩展包,支持Minio自建对象储存、阿里云OSS、腾讯云COS、七牛云Kodo、华为云OBS、百度云BOS、天翼云OOS经典版。

NovaAdmin.Blazor

基于 Blazor Server 的后台管理与 SaaS 中台骨架:UI 使用 BootstrapBlazor,数据访问使用 FreeSql,提供开箱即用的管理端基础能力与可扩展业务框架,尤其适合医疗系统、检验质控平台等场景的定制开发。

Pandora.FrameWork.OSS

upgrade:create

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on BceSdkDotNetCore:

Repository Stars
oncemi/OnceMi.AspNetCore.OSS
ASP.NET Core对象储存扩展包,支持Minio自建对象储存、阿里云OSS、腾讯云COS、七牛云Kodo、华为云OBS、百度云BOS、天翼云OOS经典版。
Version Downloads Last Updated
1.0.6.1123 3,193 11/23/2023
1.0.2.911 142,131 9/10/2018
1.0.2.910 1,067 9/10/2018