You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
The text was updated successfully, but these errors were encountered: