-
Notifications
You must be signed in to change notification settings - Fork 403
Open
Labels
area-DeveloperToolsIssues related to authoring (source and IDL), debugging, HotReload, LiveVisualTree, VS integrationIssues related to authoring (source and IDL), debugging, HotReload, LiveVisualTree, VS integrationarea-ExternalTopics external to Windows App SDKTopics external to Windows App SDKneeds-triage
Description
Describe the bug
After switching from UAP/UWP to Windows App SDK and WinUI 3, I have (only) unknown failures in the "Health" insights in the Windows Partner Center analytics for my app, with no stack traces or (mini)dumps.
Is this a known issue/expected behavior or is there something I can do to change this? Note that I always include public pdb symbols for debugging when I generate my msixupload packages.
Steps to reproduce the bug
- Create a Windows App SDK app (separate WinUI 3 app and package projects)
- Submit to Windows Partner Center
Expected behavior
Some information should be visible in the Partner Center analytics
Screenshots
NuGet package version
Windows App SDK 1.7.0: 1.7.250310001
Packaging type
Packaged (MSIX)
Windows version
Windows 11 version 24H2 (22621, October 2024 Update)
IDE
Visual Studio 2022-preview
Additional context
Application is C#/.NET 9 with the following publish profile (pubxml):
<?xml version="1.0" encoding="utf-8"?>
<!--
https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<PublishProtocol>FileSystem</PublishProtocol>
<Platform>x64</Platform>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<PublishDir>bin\win-x64\publish\</PublishDir>
<SelfContained>true</SelfContained>
<PublishSingleFile>False</PublishSingleFile>
<PublishReadyToRun>True</PublishReadyToRun>
<PublishReadyToRunShowWarnings>True</PublishReadyToRunShowWarnings>
<Configuration>Release</Configuration>
<TargetFramework>net9.0-windows10.0.22621</TargetFramework>
</PropertyGroup>
</Project>JanRajnoha, ipevo-brooks, MartinZikmund, catlan and teohumeau
Metadata
Metadata
Assignees
Labels
area-DeveloperToolsIssues related to authoring (source and IDL), debugging, HotReload, LiveVisualTree, VS integrationIssues related to authoring (source and IDL), debugging, HotReload, LiveVisualTree, VS integrationarea-ExternalTopics external to Windows App SDKTopics external to Windows App SDKneeds-triage

