FubarDevelopment / FtpServer

Portable FTP server written in .NET
http://fubardevelopment.github.io/FtpServer/
MIT License
482 stars 163 forks source link

Create nuget packages with symbols and add them to Nuget. #24

Closed mvacha closed 6 years ago

mvacha commented 6 years ago

All that is necessary is to add -symbols to the nuget pack call and upload the additional .symbols.nupkg files to Nuget. Then anybody who has symbol server configured in VS can debug the nuget package (step into, breakpoints etc.. works).

fubar-coder commented 6 years ago

I thought that those packages will be uploaded to symbolsource.org, which was very slow and unreliable?

mvacha commented 6 years ago

You are right that SymbolSource.org is unusable. But the alternative (https://nuget.smbsrc.net) which is made by the same author is working just fine. https://tripleemcoder.com/2015/10/04/moving-to-the-new-symbolsource-engine/. But it doesn't fetch the new packages automatically from Nuget, I believe.

fubar-coder commented 6 years ago

Fixed in 2.0.0-beta.36