ZJMaster.Common 1.1.0-preview.1

This is a prerelease version of ZJMaster.Common.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package ZJMaster.Common --version 1.1.0-preview.1
                    
NuGet\Install-Package ZJMaster.Common -Version 1.1.0-preview.1
                    
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="ZJMaster.Common" Version="1.1.0-preview.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ZJMaster.Common" Version="1.1.0-preview.1" />
                    
Directory.Packages.props
<PackageReference Include="ZJMaster.Common" />
                    
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 ZJMaster.Common --version 1.1.0-preview.1
                    
#r "nuget: ZJMaster.Common, 1.1.0-preview.1"
                    
#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 ZJMaster.Common@1.1.0-preview.1
                    
#: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=ZJMaster.Common&version=1.1.0-preview.1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=ZJMaster.Common&version=1.1.0-preview.1&prerelease
                    
Install as a Cake Tool

ZJMaster Plugin SDK

ZJMaster Plugin SDK 用于在不引用 ZJMaster 主框架源码的情况下开发外部插件。

插件项目通过 PackageReference 引用 ZJMaster.Domain.ContractsZJMaster.Domain.CoreZJMaster.Common 和按需引用的 ZJMaster.UI.Controls。构建名称以 ZJMaster.Plugins. 开头的插件时,SDK 会把完整插件输出自动部署到工作区的 .zjmaster/Plugins/<程序集名>

完整桌面宿主和脚本预检工具分别由以下 .NET Local Tool 提供:

  • ZJMaster.App.Tool,命令 dotnet zjmaster --workspace .
  • ZJMaster.ScriptValidation.Tool,命令 dotnet zjmaster-script-precheck

项目主页:https://gitee.com/bdon4000/zjmaster

Product Compatible and additional computed target framework versions.
.NET 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 (8)

Showing the top 5 NuGet packages that depend on ZJMaster.Common:

Package Downloads
ZJMaster.UI.Controls

ZJMaster 自定义 Avalonia UI 控件库

ZJMaster.Infrastructure.Network

ZJMaster 网络通信基础设施

ZJMaster.Infrastructure.Protocols

ZJMaster 工业协议实现(Modbus、MQTT等)

ZJMaster.Infrastructure.Plugins

ZJMaster 插件加载和管理基础设施

ZJMaster.Application

ZJMaster 应用层,包含业务逻辑、脚本引擎和应用服务

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.0-preview.2 43 8/10/2026
1.1.0-preview.1 51 8/10/2026
1.0.0 172 3/20/2026

独立插件开发 Preview:支持 SDK NuGet 引用、自动部署插件、完整宿主 Tool 和脚本预检 Tool。