ZYC.Framework.Alpha 1.4.0

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

ZYC.Framework.Alpha

ZYC.Framework

A high-performance, modular, and extensible desktop automation framework built with .NET 10 and WPF.

ZYC.Framework integrates .NET Aspire for distributed application orchestration and supports a hybrid UI approach using WebView2 and Blazor, enabling flexible composition of native desktop and web-based experiences.

Key Features

  • Modular, plugin-based architecture (dynamic loading, independent development)
  • WPF desktop host with multi-workspace and multi-tab UI patterns
  • Hybrid UI: WebView2 embedding + Blazor UI reuse
  • Built-in task management, global exception handling, and localization support
  • Aspire-ready orchestration and service management

Quick Start

See: docs/quick-start.md

License

MIT

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 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. 
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.4.0 41 7/19/2026
1.3.9 118 7/6/2026
1.3.8 124 6/30/2026
1.3.7 97 6/29/2026
1.3.6 114 6/17/2026
1.3.5 103 6/11/2026
1.3.4 105 6/7/2026
1.3.3 119 5/25/2026
1.3.2 114 5/23/2026
1.3.1 103 5/21/2026
1.3.0 103 5/19/2026
1.2.9 119 5/11/2026
1.2.8 121 5/9/2026
1.2.7 120 5/8/2026
1.2.6 132 4/3/2026
1.2.5 112 4/1/2026
1.2.4 111 3/31/2026
1.2.3 119 3/21/2026
1.2.2 116 3/21/2026
1.2.1 118 3/19/2026
Loading failed

# 🚀 Release Notes - Version 1.4.0

**Release Date:** 2026-07-19

---

## 🆕 New Features

* Expanded MdXaml with robust HTML fragment rendering, country-flag emoji support, asynchronous remote and data URI images, and customizable hyperlink handling
* Added Copy Image and Save Image As context-menu commands for images rendered from Markdown and HTML, including SVG content
* Added an Online Documentation command under About and exposed ProductInfoExtended.DocumentUrl

---

## 🛠 Improvements

* Hardened HTML rendering with AngleSharp fragment parsing, URL sanitization, safer whitespace and entity handling, bounded table spans, image validation, and caching
* Centralized URI path normalization and adopted standards-based query parsing for tab routes, GitHub sign-in callbacks, and deep links
* Registered NuGet-loaded modules as ModuleBase so they can be resolved and unloaded correctly during shutdown
* Updated package metadata, documentation, CLI examples, project templates, and installer links for version 1.4.0, and updated AngleSharp to 1.5.2

---

## 🐛 Bug Fixes

* Prevented tab-close and update-notification commands from acting on disconnected WPF data contexts and made update navigation close its toast consistently
* Excluded ApiReference projects and stale *_wpftmp.csproj files from release solution generation, preventing unintended publish content and missing old-version assembly failures
* Improved GitHub authentication route matching and callback parameter decoding, including nested nonce extraction

---

## 📦 Installation

```bash
dotnet add package ZYC.Framework.Alpha --version 1.4.0
dotnet tool install --global ZYC.Framework.CLI --version 1.4.0
```

---

## 📚 Resources

* 📖 [Documentation](https://github.com/ZiYuCai1984/ZYC.Framework)
* 🐞 [Report an Issue](https://github.com/ZiYuCai1984/ZYC.Framework/issues)

---

**Thank you for trying out ZYC.Framework.Alpha!**
Your feedback will help shape future releases.