MSBuildGitHash icon indicating copy to clipboard operation
MSBuildGitHash copied to clipboard

GetExecutingAssembly() vs GetEntryAssembly()

Open bmcdonnell-fb opened this issue 8 months ago • 0 comments

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?

bmcdonnell-fb avatar Jun 13 '24 19:06 bmcdonnell-fb