Azure / Azure/azure-functions-dotnet-extensions

Microsoft.Azure.Functions.Extensions should requires same package version as webjobs SDK

Open
#21 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
81
Forks
50
PR merge metrics
No merged PRs in 30d

Description

Right now this extension requires `Microsoft.Extensions.DependencyInjection` >= `2.2.0`, this prevent using a dependency which has a requirements for version 2.1.0 of the same package.
Currently the webjobs SDK has dependencies to versions `2.1.0` for `Microsoft.Extensions.*` packages.

Is this dependency to `2.2.0` a real requirement as the webjobs SDK does not even require it?

Contributor guide

No contributing guide indexed for this repository

Research direction

Inspect the package dependency declaration for Microsoft.Azure.Functions.Extensions and compare its Microsoft.Extensions.DependencyInjection requirement with the WebJobs SDK's 2.1.0 dependencies. Verify the resolved dependency graph with a restore or package test; done means confirming whether the extension can support the WebJobs SDK version without requiring 2.2.0.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
build-system
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.