Azure / Azure/azure-functions-host

Add better logs for cases when a customer has a library version that conflicts with a library version in the host or an extension

Open
#4,984 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

supportability
Dominant language
C#
Stars
2k
Forks
483
Avg merge
2d 10h
Merged PRs (30d)
36

Description

When there are cases when a customer is using a dependency with a library version that conflicts with a library that it part of our extension we should consider adding a better error message.

For example the EventHub extension is using 3.0 version, however there is a 4.0 version available and if the customer uses that he sees an error which is a generic error.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names the EventHub extension and a dependency-version conflict, but no files, tests, or entry points. Begin by tracing how the host reports extension and customer library loading failures, then identify where the generic error is produced; done means conflicting versions produce a more actionable error message, with coverage for the described EventHub 3.0 versus customer 4.0 case.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, csharp
Domain
backend
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.