Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

  • Why does ProGet reject my symbols package?

    Support nuget symbols proget
    6
    0 Votes
    6 Posts
    92 Views
    T
    Hi To recap for future reference. To push a package containing symbols and sourcecode the following has been tested and worked fine with nuget 2.8: Create nuget package using: nuget pack foo.csproj -Symbols Alternatively use: nuget pack foo.spec -Symbols The above command will create two nupkg. The one decorated with the word symbols does contain all libs as well as the sourcecode and PDB files. You cna check yourselfes by opening hte nupkg in something like winzip or 7zip, since the package is basically a zip file. Push the symbols package to proget. check the package on the feed. If the symbols server is activated the package info will show that symbols and source are available. Follow the Inedo guide on how to add The Proget symbol server support into Visual Studio. Food for thought. My, very quick test, shows me that a package build in the .NET 4.0 framework, of course works fine in a .NET 4.5 project, but i could not use the symbols to debug. I tried to remove the package, downgrade my test project to .NET 4.0 and reinstall the package. Now i could debug nicely into the source. Bottomline. The symbols package and the project that uses it must be on the same .NET version for the symbols to work. Symbols compatibility does, apparently, not span framework versions, even thou the frameworks themselves are backwards compatible. Thomas
  • Keeping pdb files in non-symbol packages

    Support proget symbols
    5
    0 Votes
    5 Posts
    4 Views
    ?
    Apologies for the delay, but as of v3.0.3, you can configure your feed so that the PDBs are not stripped out.
  • ProGet Symbol server - 404 Error

    Support error symbols proget
    6
    0 Votes
    6 Posts
    17 Views
    ?
    Thanks for the update; we do have a work item (PG-130) for improving indexing of .pdb/source on large packages. This will come in a future version, hopefully soon.
  • Why can't I see symbols feed

    Support symbols proget
    5
    0 Votes
    5 Posts
    16 Views
    ?
    Hello, Thanks for the reply. I have started pushing just the Symbols package, and this seems to be working really well. Thanks Gary
  • ProGet Web Server filters out PDBs

    Support symbols proget
    6
    0 Votes
    6 Posts
    4 Views
    ?
    Thanks for this! We also use ProGet for internal assemblies and having symbols readily available through the NuGet package saved me from having to hack something together so we could have easy access to the PDBs.