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?