WindowsAppSDK
WindowsAppSDK copied to clipboard
Making EM RS5+. Limiting the tracking capability to Windows11+.
I realized that the API used to manipulating environment variables can work down level. The restriction to EM was tracking the changes so they could be reverted when a package was removed.
I split up the changes. IsSupported always returns true. If the developer wants to know if the changes will be tracked, they can call the object method AreChangesTracked.
List of changes.
- IsSupported returns true because EM APIs can work downlevel.
- Added the object method AreChangesTracked. This can be used to see if the EV changes will be tracked for revertion.
- Removed the UWP tests.
The requirement of an API review flew over my head. I'll be in contact to schedule and API review.
Started a discussion: https://github.com/microsoft/WindowsAppSDK/issues/2536
I won't be making any updates to this PR until https://github.com/microsoft/WindowsAppSDK/pull/2544 is merged into main.
/azp run
Azure Pipelines successfully started running 1 pipeline(s).
Closing PRs that appear to have been abandoned.