unoplatform / uno

Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.
https://platform.uno
Apache License 2.0
8.61k stars 694 forks source link

Docs: How to run Uno app in WPF Shell #7109

Open sasakrsmanovic opened 2 years ago

sasakrsmanovic commented 2 years ago

What would you like clarification on:

Document process for running Uno Platform app in WPF Shell on Windows. This is useful in scenarios where, currently, WinUI 3 doesn't allow for apps to run with elevated permissions. A workaround for this situation is to have Uno app run in WPF shell, which needs to be documented.

Concern?

For which Platform:

Anything else we need to know?

jeromelaban commented 2 years ago

@khdc the documentation on this specific topic should be fairly limited, as it is the same scenario as the other platform heads run (the same app everywhere). The WPF target can run the app on Windows 7+ and up as would any WPF app, including elevating permissions.

Is there a specific detail that you need for running the WPF Uno head?