Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 2.4 KB

File metadata and controls

54 lines (40 loc) · 2.4 KB
🌍English / 中文

ShadowPluginLoader.WinUI

✨ Load plugins (extensions) in WinUI3 ✨

license nuget release

📖Documentation · 🐛Report Issues

✨ Introduction

Load plugins using plugin loader on Windows App SDK

The following content can be loaded in plugins:

  • C# Code
  • Custom WinUI Controls (Page/UserControl)
  • Custom Resource Dictionaries (ResourceDictionary)
  • Image Assets/Other Assets (Assets)
  • i18n (Resw)

🚀 Quick Start

Build your own plugin loader in just a few steps

🧐 Required Guidelines

Due to the special loading mode, we need to follow some coding guidelines

🥰 Special Thanks