VulcanAnalytics / DBTester

Simplified MSSQL database testing library
GNU General Public License v3.0
1 stars 2 forks source link

Include debug symbols #24

Open darrencomeau opened 6 years ago

darrencomeau commented 6 years ago

sometimes things won't appear to work as expected and especially in the earlier lifecycle of this project there will be unexpected results or bugs.

Include debugging symbols in the NuGet package so that other developers can step through the method calls

darrencomeau commented 6 years ago

This is also on NuGet's summer 2018 roadmap....

Improved debugging and symbols support for packages Status: In progress With a fast growing .NET ecosystem, we need to streamline the NuGet package debugging experience. Developers should be able to get meaningful debug information when consuming NuGet packages, and for open-source projects, they should even be able to step into the code without the need to clone a repository. We want to enable integrated debugging and source-stepping experiences for all NuGet package consumers.

https://github.com/NuGet/Home/wiki/NuGet-Package-Debugging-&-Symbols-Improvements