An open API service indexing awesome lists of open source software.

https://github.com/beyonddimension/avalonia.win32.jumplists

System.Windows.Shell.JumpList for Avalonia
https://github.com/beyonddimension/avalonia.win32.jumplists

Last synced: 3 months ago
JSON representation

System.Windows.Shell.JumpList for Avalonia

Awesome Lists containing this project

README

          

[![NuGet](https://img.shields.io/nuget/v/JumpLists.Win32.Avalonia.svg)](https://www.nuget.org/packages/JumpLists.Win32.Avalonia/)
[![license](https://img.shields.io/badge/license-MIT%20License-yellow.svg)](https://github.com/SteamTools-Team/Avalonia.Win32.JumpLists/blob/main/LICENSE)

# Avalonia.Win32.JumpLists
System.Windows.Shell.JumpList for Avalonia
- 从 [WPF](https://github.com/dotnet/wpf/tree/release/5.0) 中 剥离 ```System.Windows.Shell.JumpList``` 到 Avalonia 中
- ```net7.0-windows``` 独立部署不依赖 WPF 与 WindowsForms 减少程序体积

## 常见问题
```Program.cs``` 中 Main 函数如果必须标记 ```[STAThread]``` 否则将抛出异常