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

*IF BUG, INCLUDE THIS PART:* ### Steps to reproduce 1. Create a Solution 2. Create a dll.vcxproj c++ dll project 3. Create a shared.vcxitems, c++ shared project, containing at least...

I've just updated from nuget package 2.3 to 3.1 and GitLink breaks ### Steps to reproduce 1. Update to 3+ 2. Build locally Platform: Windows .NET version: net452 ### Expected...

Hey. After reading a couple of previous issues, AND the readme file, I thought I will not have any problems with this tool, unfortunately thats not the case :( I...

### Steps to reproduce 1. `gitlink.exe ` Platform: `.NET version 4.5.2 under mono 5.2.0.215 (OSX)` `Gitlink 3.0.0 or 2.1.0` The `pdb` file was generated in Release with `pdbonly` ### Actual...

I'm having a problem where GitLink won't correctly identify the target url when building from a PR from GitHub. I tried reproducing this bug locally, but was unable to. The...

bug

Build of gittools core just kicked off, and its pulling in version 3.0.0 of gitlink, last successful build was pulling in `2.4.1`. The build using 3.0.0 fails with: ``` gitlink...

I wanted to drop this here, for one to express my pain and two hopefully it can be used to help others or update the faq. Just a little background...

Last night I was looking into the possibility of moving [dotnet/roslyn](http://github.com/dotnet/roslyn) to using the GitLink MSBuild task. Previously we were using the command line tool as a post build step....

Any plans to support Windows 10 UWP? Currently only works with .NET 4.5..?

I was reading the readme which has a link to the NuGet package to install into Visual Studio. However it seems to be wrong (if you read issue #140). Why...