CPonty / templ-dot-net

A C# report generation engine combining strongly-typed models and annotated .docx templates.
GNU General Public License v2.0
15 stars 6 forks source link

GitLink integration #13

Closed CPonty closed 9 years ago

CPonty commented 9 years ago

https://github.com/GitTools/GitLink

CPonty commented 9 years ago

We misunderstood the purpose of Gitlink. It's a utility for visual studio debugging, and does not integrate into the project in any way.

1: build code 2: run Gitlink CLI tool, which starts a symbol server which reads symbols/source from the git repo specified by .git 3: activate symbol servers in Vis Studio, start debugging

Closing