Assembly.Location not returning correct value · Issue #1073 · Azure/azure-functions-host

A recent update changed the way that private assemblies were being loaded from the bin directory. A side effect of this is that now calls to Assembly.Location return an empty string. Some libraries...