You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of including .pdb files to .nupkg directly, use -Source nuget option to generate special type of package - .symbols.nupkg package that keep pbd files and sources.
Publish main package to nuget.org and symbols package to symbolsource.org - this canbe arrived by one command.
None of popular nuget packages (newtonsoft.json for example) include pdb files.
NEST nuget package also should not contain pdb files, pdb and sources should be available at symbolsource.org