Azure / Azure/azure-functions-host

IBinder Dependency Injection into class constructor

Open
#5,350 2 comments 7 reactions 0 assignees View on GitHub
enhancement
Dominant language
C#
Stars
2k
Forks
482
Avg merge
2d 12h
Merged PRs (30d)
38

Description

#### What problem would the feature you're requesting solve? Please describe.
I have a number of common/shared features that functions utilise, so have created a abstract class named BaseFunction; and need the ExecutionContext and IBinder

#### Describe the solution you'd like
I would like for these o be injected so common functions may consume these with out the executing trigger having to be concerned about these.

#### Describe alternatives you've considered
#### Additional context

Contributor guide

Open the contributing guide

Research direction

The issue names an abstract BaseFunction class and the ExecutionContext and IBinder dependencies, but no files, tests, or entry points. Start by locating the constructor and dependency-injection paths for these types in the repository. Done should be defined as a supported way for shared functions to consume both dependencies without each trigger supplying them.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, csharp
Domain
backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.