Hello,
I am working a project where we have validations for builds and after following a document for binary reproducibility (force text, /deterministic /debug- in csc.bat).
I am able to build the same binaries for managed dlls, however this seems to only work from the same machine.
Another machine using the exact same files and exact same version (currently 2019.4.32f1) will end up having different managed dlls binaries.
Has anyone experienced something simliar or faced a similar situations?
Any suggestions?