ZYC.Framework.Alpha
1.0.8
dotnet add package ZYC.Framework.Alpha --version 1.0.8
NuGet\Install-Package ZYC.Framework.Alpha -Version 1.0.8
<PackageReference Include="ZYC.Framework.Alpha" Version="1.0.8" />
<PackageVersion Include="ZYC.Framework.Alpha" Version="1.0.8" />
<PackageReference Include="ZYC.Framework.Alpha" />
paket add ZYC.Framework.Alpha --version 1.0.8
#r "nuget: ZYC.Framework.Alpha, 1.0.8"
#:package ZYC.Framework.Alpha@1.0.8
#addin nuget:?package=ZYC.Framework.Alpha&version=1.0.8
#tool nuget:?package=ZYC.Framework.Alpha&version=1.0.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 | net9.0 is compatible. 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.8.3)
- ZYC.CoreToolkit.Extensions.Autofac (>= 3.8.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
# 🚀 Release Notes - Version 1.0.8
**Release Date:** 2026-02-22
---
## 🆕 New Features
* Added **Microsoft.Extensions.Logging** support across the codebase, including:
* log4net adapter
* compatibility extensions for existing logging infrastructure
* Introduced unified logging integration via **ILoggerFactory** and **ILogger<>**, backed by log4net
---
## 🛠 Improvements
* Updated DI registrations to consistently provide `ILoggerFactory` and `ILogger<>`
* Refactored **CLIView** and **NuGetModuleManagerView** to:
* Use injected loggers
* Integrate busy window / busy state handling
* Improved tab management logic and removed obsolete or redundant code
* Centralized and cleaned up **NuGet package references and MSBuild targets**
* General code cleanup and improved dependency injection patterns
---
## 🐛 Bug Fixes
* N/A (no user-facing bug fixes in this release)
---
## 📦 Installation
```bash
dotnet add package ZYC.Framework.Alpha --version 1.0.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.