GitLink icon indicating copy to clipboard operation
GitLink copied to clipboard

Making .NET open source accessible!

Results 42 GitLink issues
Sort by recently updated
recently updated
newest added

I have been trying out GitLink, and it seems to fill a needed role in enabling Symbol Server / Symbol Store integration capabilities when using a Git-based version control repository....

### Steps to reproduce 1. Followed the instruction on the getting started page, adding the NuGet package to each project 2. Build the project Platform: .NET version: 4.5 ### Expected...

as part of my CI build i run the gitlink. However i see the srcsrv gets created with the proper bitbucket things in it. however the pdb itself does not...

When the build itself generates code, that code won't be in the git repo but may still be valuable to step through. This code can be _embedded_ in the PDB...

I tried to use gitlink on Visual Studio 2013 with ReSharper 2016.2, and I am not very successful. :( I have a (private) service X that consists of 3 projects:...

Is there a way to exclude individual files from linking? As an example use case: - GitVersionTask injects an assemblyinfo into the final assembly - This is registered at the...

I've just set up GitVersion to use dynamic repository and I wanted to GitLink to work the same way. It seems to almost work but breaks somewhere in LibGit2. Here's...

Does GitLink support DNX, i.e. project.json builds? Some documentation on this would be helpful...

$ gitlink # GitLink v2.1.0.0 Arguments: Invalid number of arguments An unexpected error occurred | [GitLinkException] GitLink.GitLinkException: Invalid number of arguments bei Catel.Logging.LogExtensions.ErrorAndThrowException[TException](ILog log, String messageFormat, Object[] args) in c:\CI_WS\Ws\5778\Source\Catel\src\Catel.Core\Catel.Core.Shared\Logging\Extensions\LogExtensions.cs:Zeile...

enhancement
help wanted

VSO's vNext build agents supports building from GitHub and any other external Git repo. GitLink can/should be packaged up as a Build Step for use there more easily. See GitVersion...

enhancement
help wanted