JamesRandall / FunctionMonkey

Write more elegant Azure Functions with less boilerplate, more consistency, and support for REST APIs. Docs can be found at https://functionmonkey.azurefromthetrenches.com
MIT License
294 stars 50 forks source link

Fix ConfigurationLocator.TryFindCompilerMetadata #121

Closed MarkusBernhardt closed 4 years ago

MarkusBernhardt commented 4 years ago

Hi James,

when merging in the DI stuff in December the matching of assembly names was fixed only in one of two places.

Please also remove the ".dll" in ConfigurationLocator.TryFindCompilerMetadata:

if (assemblyName.EndsWith(".Functions.dll"))