Azure / Azure/azure-functions-host

System.Diagnostics.DiagnosticSource 4.6.0-preview.x

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

Description

#### Is your question related to a specific version? If so, please specify:
Azure Functions v2

#### What language does your question apply to? (e.g. C#, JavaScript, Java, All)
C#

#### Question
Hey there, over on the Azure SDK team we are running into some problems using the new preview versions of our libraries within the Azure functions host because it overrides the version of ```System.Diagnostics.DiagnosticSource``` that we are using.

Specifically our libraries require access to the Activity.IdFormat property which is not present in the version of ```System.Diagnostics.DiagnosticSource``` which is loaded into the Azure Functions v2 host.

Wondering what plans you have - if any for upgrading.

Link to issue in the .NET repo for the Azure SDK where this dependency has been identified as an issue: https://github.com/Azure/azure-sdk-for-net/issues/7354

Contributor guide

Open the contributing guide

Research direction

Start by reviewing the Azure Functions v2 host's loaded System.Diagnostics.DiagnosticSource version and the linked Azure SDK issue (#7354). Determine whether the host can use a version exposing Activity.IdFormat; done means establishing and documenting an upgrade path that supports the Azure SDK preview libraries.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, csharp
Domain
backend, cloud
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.