-
-
Notifications
You must be signed in to change notification settings - Fork 221
Description
Came up from zendesk
You can reproduce the issue by simple following these steps:
Create from visual studio a "Blank App (Universal Windows)" project (keywords: c#, xaml, windows, UWP, Desktop)
2.
Add your Sentry 5.8.0 (latest version) library from NuGet to that project
3.
Configure the Sentry library at the start of the application as shown on your documentation (https://docs.sentry.io/platforms/dotnet/configuration/options/)
4.
Publish the UWP application in release mode and go through the Windows App Certification Kit processOnce you finish all these steps you will see the error as shown on the first screenshot that I sent. (Issue with the user32.dll library).
We broke it in this change:
With:
Windows App Certification Kit Error in their UWP app.
The supported APIs test detected the following errors:
- API GetForegroundWindow in user32.dll is not supported for this application type. Customer.UWP.dll calls this API.
- API GetWindowThreadProcessId in user32.dll is not supported for this application type. Customer.UWP.dll calls this API.
Relates to:
Metadata
Metadata
Assignees
Labels
Type
Projects
Status