Can I install NuGet to load DLL files with debugging information and .pdb files in VS 2010?
If you use the public nuget gallery, you intend to use SymbolSource.org
David Abbo An Easy Way to Publish NuGet Packages with Sources
If you use the nuget internal repository, you should simply include the PDB in the appropriate <files> configuration in .nuspec
<files>
Source: https://habr.com/ru/post/1386117/More articles:Stunning NSString formatting behavior - objective-cRefresh jQuery code after AJAX request - javascriptUncaught OAuthException - how to catch this error? - apiDoes anyone use StreamInsight heavily? - c #Automatically run code at the beginning of each function C - cboost :: lexical_cast and structure of non-strict types - c ++Reformatting data using Access + Subquery - sqlHow to target objects of the same class that were not clicked using jQuery? - jquerycom.google.common.collect.Sets.SetView error or function? - javaMap request using JPA 2.0 criteria - javaAll Articles