ZYC.Framework.Alpha
1.3.8
dotnet add package ZYC.Framework.Alpha --version 1.3.8
NuGet\Install-Package ZYC.Framework.Alpha -Version 1.3.8
<PackageReference Include="ZYC.Framework.Alpha" Version="1.3.8" />
<PackageVersion Include="ZYC.Framework.Alpha" Version="1.3.8" />
<PackageReference Include="ZYC.Framework.Alpha" />
paket add ZYC.Framework.Alpha --version 1.3.8
#r "nuget: ZYC.Framework.Alpha, 1.3.8"
#:package ZYC.Framework.Alpha@1.3.8
#addin nuget:?package=ZYC.Framework.Alpha&version=1.3.8
#tool nuget:?package=ZYC.Framework.Alpha&version=1.3.8
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
Links
- Repository: https://github.com/ZiYuCai1984/ZYC.Framework
- NuGet: https://www.nuget.org/packages/ZYC.Framework.Alpha
License
MIT
| Product | Versions 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. |
-
net10.0
- ZYC.CoreToolkit (>= 3.9.4)
- ZYC.CoreToolkit.Extensions.Autofac (>= 3.9.4)
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.8 | 99 | 6/30/2026 |
| 1.3.7 | 92 | 6/29/2026 |
| 1.3.6 | 100 | 6/17/2026 |
| 1.3.5 | 99 | 6/11/2026 |
| 1.3.4 | 101 | 6/7/2026 |
| 1.3.3 | 115 | 5/25/2026 |
| 1.3.2 | 109 | 5/23/2026 |
| 1.3.1 | 97 | 5/21/2026 |
| 1.3.0 | 99 | 5/19/2026 |
| 1.2.9 | 115 | 5/11/2026 |
| 1.2.8 | 116 | 5/9/2026 |
| 1.2.7 | 115 | 5/8/2026 |
| 1.2.6 | 123 | 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 |
# 🚀 Release Notes - Version 1.3.8
**Release Date:** 2026-06-30
---
## 🆕 New Features
* Added a provider-based Accounts module with session management, sign-in/sign-out commands, and protected token storage
* Added a window-title account menu that displays the current account state and exposes provider sign-in/sign-out actions
* Added GitHub account sign-in through an internal WebView2 OAuth flow with PKCE, state/nonce validation, redirect relay support, and callback interception
* Added a dedicated GitHub account module and configuration surface for client id, redirect URI, deep-link URI, scopes, API version, and token exchange endpoint settings
---
## 🛠 Improvements
* Moved the GitHub account provider into its own module so more account providers can be added without coupling them to the core Accounts module
* Added a reusable top-right drop-down button style and updated the window-title extension host for richer embedded controls
* Refined toast and account-menu presentation to better match the compact title-bar UI
* Updated package metadata, documentation, CLI examples, project template references, and installer links for version 1.3.8
---
## 🐛 Bug Fixes
* Kept GitHub OAuth completion inside the application by intercepting configured deep-link callbacks from WebView2 navigation, external URI launches, and new-window requests
* Improved GitHub token exchange validation so missing direct secrets or server-side exchange endpoints fail with clearer configuration errors
* Removed obsolete account-menu click handling and unused dependencies after moving the UI to command-backed drop-down items
* Kept banner popup hosting extensible for framework extension points
---
## 📦 Installation
```bash
dotnet add package ZYC.Framework.Alpha --version 1.3.8
dotnet tool install --global ZYC.Framework.CLI --version 1.3.8
```
---
## 📚 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.