You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Florian Hockmann (JIRA)" <ji...@apache.org> on 2019/01/22 13:11:00 UTC

[jira] [Closed] (TINKERPOP-2088) Enable SourceLink for Gremlin.Net

     [ https://issues.apache.org/jira/browse/TINKERPOP-2088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Florian Hockmann closed TINKERPOP-2088.
---------------------------------------
       Resolution: Fixed
    Fix Version/s: 3.4.1
                   3.3.6

> 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
>            Assignee: Florian Hockmann
>            Priority: Minor
>             Fix For: 3.3.6, 3.4.1
>
>
> 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)