ZJMaster.UI.Controls 1.1.0-preview.1

This is a prerelease version of ZJMaster.UI.Controls.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package ZJMaster.UI.Controls --version 1.1.0-preview.1
                    
NuGet\Install-Package ZJMaster.UI.Controls -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.UI.Controls" 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.UI.Controls" Version="1.1.0-preview.1" />
                    
Directory.Packages.props
<PackageReference Include="ZJMaster.UI.Controls" />
                    
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.UI.Controls --version 1.1.0-preview.1
                    
#r "nuget: ZJMaster.UI.Controls, 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.UI.Controls@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.UI.Controls&version=1.1.0-preview.1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=ZJMaster.UI.Controls&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 (2)

Showing the top 2 NuGet packages that depend on ZJMaster.UI.Controls:

Package Downloads
ZJMaster.Application

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

ZJMaster.App

ZJMaster 应用程序主库,包含视图、ViewModel 和核心服务

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.0-preview.2 0 8/10/2026
1.1.0-preview.1 10 8/10/2026
1.0.0 101 3/20/2026

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