Appxsym does not contain pdb of exe
22:21 11 Feb 2026

I have a C# Native AOT executable project (called A) that references another C# class library project (called B). When I create an app package using a WAP project, the generated .appxsym file does not contain the PDB for project A; it only contains the PDB for project B. How can I fix this?

c# .net