MSBuildGitHash
MSBuildGitHash copied to clipboard
GetExecutingAssembly() vs GetEntryAssembly()
I had to use GetExecutingAssembly() to extract the "GitHash" in a .NET Framework WebApp, since GetEntryAssembly() was returning null. Perhaps this is worth mentioning in the README.md?