-
Notifications
You must be signed in to change notification settings - Fork 80
GitLink.GitLinkException: Pdb header didn't match #176
Comments
Are you sure your builds are creating pdb files? What is the target fx? New portable pdbs are not supported by GitLink. |
@GeertvanHorrik I'm sure the pdb files exist. |
Is the repo open source? Then I can have a look. |
@GeertvanHorrik thank you for the answer. This is the project: |
@GeertvanHorrik any thoughts on that? |
To be honest, no. I haven't had the chance to look into this, but personal stuff & (paid) work always have a higher priority than OSS, so haven't had any free time so far. |
@GeertvanHorrik I understand. Just ping me if you have some more information. |
Steps to reproduce
gitlink.exe <pdbFile>
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<DebugType>pdbonly</DebugType>
Actual behaviour
Any suggestion?
EDIT:
ADITIONAL INFO:
Tested the same
.pdb
andgitlink
version on windows and got:The text was updated successfully, but these errors were encountered: