Florian Hockmann created TINKERPOP-2088:
-------------------------------------------
Summary: Enable SourceLink for Gremlin.Net
Key: TINKERPOP-2088
URL: https://issues.apache.org/jira/browse/TINKERPOP-2088
Project: TinkerPop
Issue Type: Improvement
Components: dotnet
Reporter: Florian Hockmann
SourceLink allows users to step into the sources of a library during debugging.
Description [from the dotnet
docs|https://docs.microsoft.com/dotnet/standard/library-guidance/sourcelink]:
{quote}SourceLink is a technology that enables source code debugging of .NET
assemblies from NuGet by developers. SourceLink executes when creating the
NuGet package and embeds source control metadata inside assemblies and the
package. Developers who download the package and have SourceLink enabled in
Visual Studio can step into its source code. SourceLink provides source control
metadata to create a great debugging experience.
{quote}
While the quote only mentions Visual Studio, it should also work with Rider and
VS Code.
The sources are fetched from GitHub. The NuGet package includes information
about which commit was used to build the package.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)