Akkling icon indicating copy to clipboard operation
Akkling copied to clipboard

Source Link

Open NatElkins opened this issue 1 year ago • 1 comments

Hi,

Is it possible to add publishing to Source Link to this repo/NuGet package? Seems like one way to do it is to publish for .NET 8, or another would be to add certain properties manually.

https://github.com/dotnet/sourcelink/blob/main/README.md

My use case is easier debugging/go-to-definition when using VS Code.

NatElkins avatar Sep 25 '24 14:09 NatElkins

Seems like one way to do it is to publish for .NET 8

I think it is more, you use .NET 8 SDK to build the package and publish it. You can target netstandard2.1 for example and if you used .NET 8 SDK for packaging then source link information will be available.

MangelMaxime avatar Oct 12 '24 11:10 MangelMaxime