I am trying to figure out when an assembly has changed (even when version number is the same).
Best effort for now is finding out it has been recompiled, therefore would like to use the same item that MSBuild uses, which I believe is the files GUID stored in meta data? (As per The .NET File Format)
Is there any way I can access this info without re-inventing the wheel and dropping down to file bytes?