itinero / GTFS

.NET implementation of a General Transit Feed Specification (GTFS) feed parser.
http://www.itinero.tech
MIT License
69 stars 44 forks source link

Add debugging support for the nuget package by providing a reference .pbd file. #21

Open rhwilburn opened 8 years ago

rhwilburn commented 8 years ago

Please add debugging support by providing the .pbd file in the Nuget package.

xivk commented 8 years ago

I suggest following this:

https://docs.nuget.org/create/creating-and-publishing-a-symbol-package

Would that solve your issues?

rhwilburn commented 8 years ago

Yes. I temporarily downloaded the source code to generate them myself, but using Nuget is alot better for the updates. Having the pbd files allowed me to find the bug that I will be writing a unit test for :)