Question: Does Single-Project MSIX allow you to package a WinUI3 app as "PartialTrust" rather than "FullTrust" #3435
-
Does Single-Project MSIX allow you to package a WinUI3 app as "PartialTrust" rather than "FullTrust"? The default templates for WinUI3 apps are setup to require FullTrust. This is not ideal where the end goal is an app destined for the store, especially if the app does not require FullTrust. There is an ongoing philosophical discussion (#1900) about whether there should be templates for PartialTrust, or indeed whether the templates should be PartialTrust by default, and can then be changed to FullTrust where needed by devs. Honestly I don't really care too much how that discussion ends up, but I am very interested to understand the following: Can single-project MSIX be used to package an app as PartialTrust or not? I have been unable to find any definitive documentation confirming one way or another. There are 3rd party guides on the internet around configuring your project to be "Partial Trust" but these examples don't use Single-Project MSIX. If it doesn't support it then that's fine, but it would be good to know one way or another. Any advice anyone can offer would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Interestingly, the release notes for 1.2.3 had a fix relating to that. |
Beta Was this translation helpful? Give feedback.
Interestingly, the release notes for 1.2.3 had a fix relating to that.