Azure / Azure/azure-functions-host
Assembly resolution when there's not an function context
Open
feature:byob
feature:graphextensions
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 38
Description
In Assembly resolution (https://github.com/Azure/azure-webjobs-sdk-script/blob/dev/src/WebJobs.Script/Description/DotNet/FunctionAssemblyLoader.cs#L50) if we're in a listener, then we're not in a function context, and so the existing assembly resolution logic basically nops.
This means the extension's listeners fail to load their types and the listeners crash.
Contributor guide
Assessment
This issue has not been assessed yet.