ShadowPluginLoader.WinUI 3.1.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package ShadowPluginLoader.WinUI --version 3.1.2
                    
NuGet\Install-Package ShadowPluginLoader.WinUI -Version 3.1.2
                    
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="ShadowPluginLoader.WinUI" Version="3.1.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ShadowPluginLoader.WinUI" Version="3.1.2" />
                    
Directory.Packages.props
<PackageReference Include="ShadowPluginLoader.WinUI" />
                    
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 ShadowPluginLoader.WinUI --version 3.1.2
                    
#r "nuget: ShadowPluginLoader.WinUI, 3.1.2"
                    
#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 ShadowPluginLoader.WinUI@3.1.2
                    
#: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=ShadowPluginLoader.WinUI&version=3.1.2
                    
Install as a Cake Addin
#tool nuget:?package=ShadowPluginLoader.WinUI&version=3.1.2
                    
Install as a Cake Tool

<div align="right"> 🌍<a href="README.en.md">English</a> / 中文 </div> <div align="center">

ShadowPluginLoader.WinUI

✨ 在WinUI3中加载插件(拓展) ✨

</div>

<p align="center"> <a href="https://github.com/kitUIN/ShadowPluginLoader.WinUI/blob/master/LICENSE.txt"><img src="https://img.shields.io/badge/license-MIT-green?style=flat-square" alt="license"></a> <a href="https://www.nuget.org/packages/ShadowPluginLoader.WinUI"><img src="https://img.shields.io/nuget/v/ShadowPluginLoader.WinUI?style=flat-square" alt="nuget"></a> <a href="https://github.com/kitUIN/ShadowPluginLoader.WinUI/releases"><img src="https://img.shields.io/github/v/release/kitUIN/ShadowPluginLoader.WinUI?style=flat-square" alt="release"></a> </p> <p align="center"> 📖<a href="https://plugin-loader.kituin.fun/zh/">文档</a> · 🐛<a href="https://github.com/kitUIN/ShadowPluginLoader.WinUI/issues/new">提交建议</a>

</p>

✨简介

Windows App SDK上使用插件加载器加载插件

插件内以下内容可以被加载:

  • C#代码
  • 自定义WinUI控件(Page/UserControl)
  • 自定义资源字典(ResourceDictionary)
  • 图片资源/其他资源(Assets)
  • i18n(Resw)

🚀快速开始

仅需几个步骤即可构建属于你的插件加载器

🧐必要规范

由于特殊的加载模式,我们需要遵循一些代码准则

🥰特别鸣谢

Product Compatible and additional computed target framework versions.
.NET net6.0-windows10.0.19041 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net8.0-windows10.0.19041 is compatible.  net9.0-windows was computed.  net9.0-windows10.0.19041 is compatible.  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 (1)

Showing the top 1 NuGet packages that depend on ShadowPluginLoader.WinUI:

Package Downloads
ShadowViewer.Sdk

✨ ShadowViewer Core | Development SDK✨

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.1.9 90 1/28/2026
3.1.8 124 1/25/2026
3.1.7 149 1/23/2026
3.1.6 82 1/23/2026
3.1.5 108 1/23/2026
3.1.3 83 1/23/2026
3.1.2 109 1/23/2026
3.1.1 82 1/23/2026
3.1.0 117 1/15/2026
3.0.16 249 12/14/2025
3.0.14 463 12/9/2025
3.0.13 455 11/18/2025
3.0.12 296 11/13/2025
3.0.11 302 11/13/2025
3.0.10 221 10/6/2025
3.0.7 195 10/6/2025
3.0.6 190 10/6/2025
3.0.5 188 10/5/2025
2.6.4 205 5/9/2025
2.6.3 170 5/9/2025
Loading failed