Open
Description
Both the linker and the .NET SDK default to deterministic builds. However unlike the compiler, the linker targets does not use the the Deterministic
MSBuild property to determine this.
If we were determined to be good citizens, we could flow the value of that property to the trimmer via the ILLink task similar to the Csc task. That said, I'm not clear on why someone would want a non-deterministic build so perhaps this is moot.