GitTools / GitLink

Making .NET open source accessible!
MIT License
555 stars 86 forks source link

Usage with DNX? #74

Open roji opened 8 years ago

roji commented 8 years ago

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

GeertvanHorrik commented 8 years ago

Json projects itself could be possible, but the tooling running the code must support pdb and srcsrv as well (not sure if mac and linux support that). And the commandline code can become dnx, but pdbstr is not (its a win utilility).