microsoft / WindowsAppSDK

The Windows App SDK empowers all Windows desktop apps with modern Windows UI, APIs, and platform features, including back-compat support, shipped via NuGet.
https://docs.microsoft.com/windows/apps/windows-app-sdk/
MIT License
3.85k stars 323 forks source link

New PackageDeploymentManager methods not tagged with new v2 contract #4663

Closed DrusTheAxe closed 3 months ago

DrusTheAxe commented 3 months ago

https://task.ms/53375777

static Boolean IsPackageDeploymentFeatureSupported(PackageDeploymentFeature feature);
Boolean IsPackageRegistrationPending(String packageFullName);
Boolean IsPackageRegistrationPendingForUser(String userSecurityId, String packageFullName);

Should be prefixed with [contract(PackageDeploymentContract, 2)]

NOTE: Also backporting to 1.6

DrusTheAxe commented 3 months ago

/azp run

azure-pipelines[bot] commented 3 months ago
Azure Pipelines successfully started running 1 pipeline(s).
DrusTheAxe commented 3 months ago

/azp run

azure-pipelines[bot] commented 3 months ago
Azure Pipelines successfully started running 1 pipeline(s).