You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I had to use
GetExecutingAssembly()
to extract the"GitHash"
in a .NET Framework WebApp, sinceGetEntryAssembly()
was returningnull
. Perhaps this is worth mentioning in theREADME.md
?The text was updated successfully, but these errors were encountered: