BceSdkDotNetCore 1.0.2.911

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

// Install BceSdkDotNetCore as a Cake Tool
#tool nuget:?package=BceSdkDotNetCore&version=1.0.2.911

Supported

安装SDK工具包

安装方法

Install-Package BceSdkDotNetCore

运行环境

C# SDK工具包可在Microsoft .NET Standard 2.0 环境下运行,即.NET Core 2.0和.NET Framework 4.6.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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on BceSdkDotNetCore:

Package Downloads
OnceMi.AspNetCore.OSS

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

ZeroStack.ObjectStorage.Abstractions

一个应用程序框架,您可以将它集成到任何 .NET/C# 应用程序中。

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 383 11/23/2023
1.0.2.911 14,415 9/10/2018
1.0.2.910 769 9/10/2018

支持.NET Standard 2.0(.NET Core 2.0 和 .NET Framework 4.6.1)