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
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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