Custom tools for each development problem.
#MoldableDevelopment
#MoldableDevelopment
Reposted from
Kirill Osenkov
Added a way to diff two assemblies at the byte level.
This is what I really needed it for - to debug deterministic builds. I needed to see why is the assembly different even though nothing has changed. In this case it was SourceLink stamping the Git SHA into the embedded pdb.
This is what I really needed it for - to debug deterministic builds. I needed to see why is the assembly different even though nothing has changed. In this case it was SourceLink stamping the Git SHA into the embedded pdb.
Comments