I want to embed all source in my pdb, but if there are axaml/xaml files in my project, the pdb doesn't contains all links to other files and also marks the axaml/xaml files as unknown. Also the nuget is then non deterministic and "contains untracked sources".
If I remove the axaml/xaml files then I got all in what I expect.
Describe the bug
I want to embed all source in my pdb, but if there are axaml/xaml files in my project, the pdb doesn't contains all links to other files and also marks the axaml/xaml files as unknown. Also the nuget is then non deterministic and "contains untracked sources".
If I remove the axaml/xaml files then I got all in what I expect.
Here is a result with sourcelink
To Reproduce
I created a sample here https://github.com/punker76/not-all-files-added-to-pdb-using-avalonia-axaml
Just compile in release mode and pack the projects.
Expected behavior
All files should be contained. I don't know if also the axaml/xaml files should be contained. But it should not break the action itself.
Avalonia version
11.0.13
OS
Windows
Additional context
No response