-
Notifications
You must be signed in to change notification settings - Fork 419
Open
Labels
Status: InvestigatingThe issue is actively being investigated by a member in the associated issue area.The issue is actively being investigated by a member in the associated issue area.area-AOTNative Ahead-Of-Time (AOT) compilation in Windows App SDKNative Ahead-Of-Time (AOT) compilation in Windows App SDK
Description
Describe the bug
appxsym generated by wap project does not contain exe pdb when publish with native aot. Only pdbs for dll are present. If publishing without native aot, everything is ok.
My ide is visual studio 2026.
Steps to reproduce the bug
Clone this demo repository and run this command:
MSBuild.exe .\WapProj.wapproj -restore /t:Publish /p:Configuration=Release /p:Platform=x64 /p:RuntimeIdentifier=win-x64
Expected behavior
Generated appxsym should contain pdbs for project A and B.
Screenshots
This is appxsym content
This is build result
NuGet package version
None
Packaging type
Packaged (MSIX)
Windows version
Windows 10 version 1809 (17763, October 2018 Update)
IDE
Visual Studio 2022
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Status: InvestigatingThe issue is actively being investigated by a member in the associated issue area.The issue is actively being investigated by a member in the associated issue area.area-AOTNative Ahead-Of-Time (AOT) compilation in Windows App SDKNative Ahead-Of-Time (AOT) compilation in Windows App SDK