Skip to content

Add sourcelink support for core #1760

@ssa3512

Description

@ssa3512

I am attempting to troubleshoot issues with custom telemetry correlation and it is difficult to step into the app insights library to identify what is going wrong. It would be helpful if the core library (Microsoft.ApplicationInsights) supported sourcelink. This is already supported on the netcore logging library here:

<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions