Azure / azure-amqp

AMQP C# library
Other
94 stars 70 forks source link

chore: enable SourceLink #206

Closed tlecomte closed 2 years ago

tlecomte commented 2 years ago

Enable SourceLink, which will allow first-class source debugging experience for projects using Microsoft.Azure.Amqp. Microsoft libraries, such as the Azure SDK and .NET itself have enabled Source Link.

This would allow an easier analysis of issues like #204.

The package reference and the associated comment are the same as those in the Azure SDK for .NET: https://github.com/Azure/azure-sdk-for-net/blob/943b05e3a3dfc54aaeee000c77303b5072616ec2/eng/Packages.Data.props#L150

tlecomte commented 2 years ago

Thanks @xinchen10 !