- I have setup
https://nuget.smbsrc.net/
as a symbol file location in VS2015 and also followed the insructions on symbolsource.org - In the "Modules" window, while debugging, I right-click on a DLL that was installed via a NuGet package for which I know a symbol package has been published for. I can verify this using
nuget list OBeautifulCode.AutoFakeItEasy -prerelease -source https://nuget.smbsrc.net/
- I click on 'Symbol Load Information'
- I see the following at the bottom of the text box
SYMSRV: https://nuget.smbsrc.net/: not available
https://nuget.smbsrc.net/: Symbols not found on symbol server.
What am I doing wrong? Is there an issue with pre-release nuget packages?