Bitzsoft.Integrations.All 1.0.0-alpha.7

This is a prerelease version of Bitzsoft.Integrations.All.
dotnet add package Bitzsoft.Integrations.All --version 1.0.0-alpha.7
                    
NuGet\Install-Package Bitzsoft.Integrations.All -Version 1.0.0-alpha.7
                    
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="Bitzsoft.Integrations.All" Version="1.0.0-alpha.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Bitzsoft.Integrations.All" Version="1.0.0-alpha.7" />
                    
Directory.Packages.props
<PackageReference Include="Bitzsoft.Integrations.All" />
                    
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 Bitzsoft.Integrations.All --version 1.0.0-alpha.7
                    
#r "nuget: Bitzsoft.Integrations.All, 1.0.0-alpha.7"
                    
#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 Bitzsoft.Integrations.All@1.0.0-alpha.7
                    
#: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=Bitzsoft.Integrations.All&version=1.0.0-alpha.7&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Bitzsoft.Integrations.All&version=1.0.0-alpha.7&prerelease
                    
Install as a Cake Tool

Bitzsoft.Integrations.All

Bitzsoft 第三方集成聚合包,一次安装即可引入全部 Integration 模块。

功能

  • 元数据包(meta-package),通过传递依赖一次性引入全部 Bitzsoft.Integrations.* 模块
  • 适合快速起步或需要同时使用多个集成模块的项目

该包本身不包含任何代码,仅通过传递依赖聚合全部模块。

安装

dotnet CLI

dotnet add package Bitzsoft.Integrations.All

PackageReference

<PackageReference Include="Bitzsoft.Integrations.All" Version="*" />

相关包

分类 包名 说明
基础工具 Bitzsoft.Integrations.Compatibility 参数校验、摘要计算、HTTP 内容处理
身份认证 Bitzsoft.Integrations.Ldap LDAP 目录服务集成
身份认证 Bitzsoft.Integrations.AzureAD Azure AD / Microsoft Entra ID 集成
身份认证 Bitzsoft.Integrations.MFA 多因素认证(TOTP / FIDO2 / Email / SMS)
身份认证 Bitzsoft.Integrations.SocialAuth 统一第三方登录(10 大平台)
身份认证 Bitzsoft.Integrations.SsoRedirect 配置驱动 SSO 跳转管道
企业应用 Bitzsoft.Integrations.IManage iManage 文档管理集成
企业应用 Bitzsoft.Integrations.Beisen 北森 HR 系统集成
企业应用 Bitzsoft.Integrations.EkuaiBao 易快报费用管理集成
企业应用 Bitzsoft.Integrations.Xft 薪福通人财事开放平台集成
通信 Bitzsoft.Integrations.Sms 短信服务集成
AI Bitzsoft.Integrations.AI.Abstractions AI 抽象层
AI Bitzsoft.Integrations.AI AI 基础能力集成
AI Bitzsoft.Integrations.SemanticKernel Semantic Kernel 集成
AI Bitzsoft.Integrations.RAG 检索增强生成集成
AI Bitzsoft.Integrations.AgentFramework AI Agent 框架集成
AI Bitzsoft.Integrations.McpServer MCP Server 集成
文件存储 Bitzsoft.Integrations.FileStorage 文件存储抽象层
文件存储 Bitzsoft.Integrations.FileStorage.Aliyun 阿里云 OSS 存储
文件存储 Bitzsoft.Integrations.FileStorage.Azure Azure Blob 存储
文件存储 Bitzsoft.Integrations.FileStorage.Aws AWS S3 存储
文件存储 Bitzsoft.Integrations.FileStorage.Minio MinIO 存储
文件存储 Bitzsoft.Integrations.FileStorage.Tencent 腾讯云 COS 存储
文件存储 Bitzsoft.Integrations.FileStorage.Huawei 华为云 OBS 存储
文件存储 Bitzsoft.Integrations.FileStorage.Qiniu 七牛云 Kodo 存储
文件存储 Bitzsoft.Integrations.FileStorage.Upyun 又拍云存储
文件存储 Bitzsoft.Integrations.FileStorage.Kingsoft 金山云存储
文件存储 Bitzsoft.Integrations.FileStorage.Nas NAS 本地存储
电子签名 Bitzsoft.Integrations.ElectronicSignature 电子签名抽象层
电子签名 Bitzsoft.Integrations.ElectronicSignature.Junziqian 君子签电子签名
电子签名 Bitzsoft.Integrations.ElectronicSignature.Fadada 法大大电子签名
电子签名 Bitzsoft.Integrations.ElectronicSignature.Asign 安心签电子签名
电子签名 Bitzsoft.Integrations.ElectronicSignature.BestSign 上上签电子签名
电子签名 Bitzsoft.Integrations.ElectronicSignature.ESign e签宝电子签名
电子签名 Bitzsoft.Integrations.ElectronicSignature.Qiyuesuo 契约锁电子签名
工具 Bitzsoft.Integrations.CrawlingService 网页爬取服务(Selenium)
工具 Bitzsoft.Integrations.Ocr OCR 文字识别

按需引入

如果项目只需要部分模块,可以单独安装对应的包以减少不必要的依赖:

# 仅安装易快报集成
dotnet add package Bitzsoft.Integrations.EkuaiBao

# 仅安装阿里云文件存储
dotnet add package Bitzsoft.Integrations.FileStorage.Aliyun

相关链接

  • 各子模块详细文档请参阅 src/Bitzsoft.Integrations.*/README.md
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 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 is compatible.  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. 
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
1.0.0-alpha.7 49 6/16/2026
1.0.0-alpha.6 45 6/16/2026
1.0.0-alpha.5 54 6/14/2026
1.0.0-alpha.4 61 6/14/2026
1.0.0-alpha.3 69 6/7/2026
1.0.0-alpha.2 82 5/29/2026
1.0.0-alpha.1 75 5/28/2026