[2.x Servicing] Add new 'GetPackage[Graph]File` APIs#6575
Open
DrusTheAxe wants to merge 3 commits into
Open
Conversation
Implementation of MSIX FindPackageFile*() API Spec#5885 https://task.ms/59424502 NOTE: SearchStatic/DynamicDependencies options are dropped from spec because Windows doesn't expose this information. Get[Current]PackageInfo*() accepts an input to optionally filter package graph entries but output doesn't indicate if a package was statically or dynamically added to the package graph. * GetPackageFile() * Added Package activatable class to manifests * More tests. Added dev\common to various test projects' Include path to fix compile error. Cleaned up (optimized) several test projects. * Fixed missing build dependencies * Added TAEF VERIFY_* support for std::filesystem::path. More fixes and test updates * Fixed warnings * Fix to dynamically use GetPackagePathByFullName2 if available * Can't use RuntimeBehavior/TrustLevel on old pre-20H1 systems. Switched to classic EntryPoint=windows.fullTrustApplication via UUAP:AppXManifest=PackagedCwaFullTrust * Fixed Decimal and decimal test * Fixed GetPackagePathByFullName2IfSupported to work on RS5 * Incorporated feedback. Fixed telemetry * Fixed doc-comment typos --------- Co-authored-by: agniuks <41223743+agniuks@users.noreply.github.com>
Member
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry-pick (MSIX FindPackageFile*() API #6200](#6200) from main + containment via RuntimeCompatibility
Implementation of specs/Package/Package.md
Closes #6576
https://task.ms/62800606
https://task.ms/59424502