I presume that if the C# code is unchanged, the generated IL will be the same each build. The problem is that 2 EXE files generated from the same code don't have the same hash.
I would like to check whether a change in code style generates a different IL. How can I achieve that?