Not all built assemblies have deterministic source paths #99594
Labels
area-Tools-ILLink
.NET linker development as well as trimming analyzers
in-pr
There is an active PR which will close this issue when it is merged
Milestone
When building with deterministic source paths, the path stored for the pdb in the dll is supposed to be mapped. As observed in dotnet/source-build#4011, this is the case for some runtime assemblies, but not for all.
Reproducer:
To build with deterministic source paths,
ContinuousIntegrationBuild
must be set totrue
.Looking at the built output assemblies, it seems that the pre-trimmed assemblies have the correct path.
For example:
vs
cc @MichaelSimons @mthalman @ViktorHofer @omajid
The text was updated successfully, but these errors were encountered: