-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Feature: Removed FullTrustProcess #10283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Removed FullTrustProcess #10283
Conversation
Remove NetworkDrivesHandler
Remove LibrariesHandler
LOL I was just talking about how Files made use of FullTrust on a live stream with the guy who added FullTrust for UWP on Windows - Is this the move to Win32 code with WinUI 3? |
@mdtauk You can use a WASDK version of Files today with the Preview version. We're just doing the hard work now to adapt to and make full use of the new app model. Notably, removing the FullTrust process reduces latency and memory usage for free. In our case, using APIs that weren't available before will offer even more incremental benefits in the coming months. The org now recognizes code quality and optimizations as an area that can deliver measurable value for both users and contributors. |
It's been noted that msixbundles can't be generated for single projects. We can either find a way to build the different architectures and then bundle them together or alternatively, we can restore the packaging project for the time being. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, and the build pipeline is green now. @yaichenbaum to test the release pipeline.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a major milestone for Files!
LGTM
Resolved / Related Issues
Items resolved / related issues by this PR.
Validation
How did you test these changes?
Screenshots (optional)
Add screenshots here.