ZYC.Framework.Alpha 1.2.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package ZYC.Framework.Alpha --version 1.2.7
                    
NuGet\Install-Package ZYC.Framework.Alpha -Version 1.2.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="ZYC.Framework.Alpha" Version="1.2.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ZYC.Framework.Alpha" Version="1.2.7" />
                    
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.2.7
                    
#r "nuget: ZYC.Framework.Alpha, 1.2.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 ZYC.Framework.Alpha@1.2.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=ZYC.Framework.Alpha&version=1.2.7
                    
Install as a Cake Addin
#tool nuget:?package=ZYC.Framework.Alpha&version=1.2.7
                    
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.3.6 97 6/17/2026
1.3.5 96 6/11/2026
1.3.4 100 6/7/2026
1.3.3 114 5/25/2026
1.3.2 107 5/23/2026
1.3.1 94 5/21/2026
1.3.0 98 5/19/2026
1.2.9 114 5/11/2026
1.2.8 116 5/9/2026
1.2.7 115 5/8/2026
1.2.6 121 4/3/2026
1.2.5 107 4/1/2026
1.2.4 106 3/31/2026
1.2.3 115 3/21/2026
1.2.2 111 3/21/2026
1.2.1 111 3/19/2026
1.2.0 115 3/18/2026
1.1.9 111 3/15/2026
1.1.8 108 3/15/2026
1.1.7 114 3/14/2026
Loading failed

# 🚀 Release Notes - Version 1.2.7

**Release Date:** 2026-05-08

---

## 🆕 New Features

* Added a **Localization Resources** page for inspecting, filtering, and editing language resource values
* Added **ILanguageResourcesManager** for retrieving and updating editable localization entries
* Added **LanguageResourceEntry** and **OverrideDefaultLanguageResourcesConfig** to support persisted resource overrides
* Added a Settings menu entry and tab route for **Localization Resources**
* Added shared selection styling for **DataGrid** and **ComboBox** controls

---

## 🛠 Improvements

* Updated documentation, quick-start samples, installer links, and package references to **1.2.7**
* Updated core dependency versions including **ZYC.CoreToolkit**, **Aspire**, **NuGet**, **WPFHexaEditor**, **log4net**, and **Namotion.Reflection**
* Improved the Language module menu structure with a stable **Language** anchor and localized **Localization Resources** labels
* Saved generated and manually edited language resources to the application settings directory
* Let the CLI project use the standard output path by default

---

## 🐛 Bug Fixes

* Kept built-in default language resources read-only and redirected runtime changes to override resources
* Treated English localization entries as source keys so they are visible but not editable
* Delayed **ShowInTaskbar** change observation until the main window is loaded
* Improved selected and hovered row readability for grid and combo box selection states

---

## 📦 Installation

```bash
dotnet add package ZYC.Framework.Alpha --version 1.2.7
```

---

## 📚 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.