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
                    
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.0.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ZYC.Framework.Alpha" Version="1.0.8" />
                    
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.0.8
                    
#r "nuget: ZYC.Framework.Alpha, 1.0.8"
                    
#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.0.8
                    
#: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.0.8
                    
Install as a Cake Addin
#tool nuget:?package=ZYC.Framework.Alpha&version=1.0.8
                    
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 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. 
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.0.8 30 2/22/2026
1.0.7 34 2/20/2026

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