slovely / TypeScriptDefinitionsGenerator

Generate TypeScript .d.ts files for your server classes, plus optionally create client-side interfaces for WebAPI / SignalR server implementations
MIT License
10 stars 1 forks source link

Include pdb's to enable debugging to work #3

Open slovely opened 8 years ago

slovely commented 8 years ago

Setting the TsGenDebug flag to true doesn't help as there are no pdb's to use. Add them to the package? Also, we should probably remove the TsGenDebug flag from the default props file, as generally it won't be needed.

slovely commented 8 years ago

PDB has been added to the nupkg and it also GitLink has been added. Isn't working yet though.