You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When publishing an application with PublishSingleFile=true two times, the resulting binaries are not byte-for-byte identical. When doing a publish without PublishSingleFile, the output is completely identical.
When piping the resulting .exe through a hexdump, there is only a single place where the single-file binaries differ, so I assume this is some kind of build identifier.
Can we make the builds deterministic when using PublishSingleFile=true? This would ensure that build outputs between different machines can be correctly compared / cached, etc.
When publishing an application with
PublishSingleFile=true
two times, the resulting binaries are not byte-for-byte identical. When doing a publish withoutPublishSingleFile
, the output is completely identical.When piping the resulting .exe through a hexdump, there is only a single place where the single-file binaries differ, so I assume this is some kind of build identifier.
Can we make the builds deterministic when using
PublishSingleFile=true
? This would ensure that build outputs between different machines can be correctly compared / cached, etc.Steps to reproduce:
The text was updated successfully, but these errors were encountered: