Following on from my previous question, what useful information can you retrieve from a .net assembly about the build process? I know I can look at the AssemblyVersion to get major and minor application version, and when the build took place.
Can I find:
- Who did the build? i.e. user name.
- On what machine?
- Which O/S version?
- Anything else useful?