Azure / Azure/azure-functions-host

Need assembly resolution when loading custom bindings

Open
#1,497 7 comments 0 reactions 0 assignees View on GitHub
feature:byob feature:graphextensions
Dominant language
C#
Stars
2k
Forks
482
Avg merge
2d 12h
Merged PRs (30d)
38

Description

For BYOB, none of the custom bindings are loading because the binding has a reference to Webjobs version X, and the script runtime refers to WebJobs version Y. We need to resolve so they all unify on Y.

Else none of the attributes and types line up, and we fail type checks like this:
https://github.com/Azure/azure-webjobs-sdk-script/blob/a1360cb2a3314dea8ba806d71690d6e6c26fea72/src/WebJobs.Script/Host/ScriptHost.cs

Contributor guide

Open the contributing guide

Research direction

Start with the linked ScriptHost.cs file and trace how custom BYOB bindings are loaded and their assembly references are resolved. Confirm that bindings referencing a different WebJobs version unify with the script runtime version and that their attributes and types pass the existing type checks.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, csharp
Domain
backend, cloud
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.