dolittle / Bifrost

This is the stable release of Dolittle till its out of alpha->beta stages
Other
110 stars 32 forks source link

Create a recipe and investigate how one can debug from custom code directly into Bifrost code - symbols ++ #243

Closed einari closed 11 years ago

pavsaund commented 11 years ago

Following the write-up on http://docs.nuget.org/docs/creating-packages/creating-and-publishing-a-symbol-package it seems we need to reference the pdb's in the nuspec files. The actual packaging that goes on with nuget.exe pack xyz.nuspec -Symbols is smart enough to split these into the correct packages. .nupkg will have only dll's, while .symbols.nupkgwill have the needed pdb's.

This is now testable, but I don't seem to have the correct privileges to upload the symbols.

einari commented 11 years ago

But for anyone not using Nuget that downloads the package and puts in a shared binary directory and checks this in, will this work??

Documentation on the site (http://bifrost.dolittle.com) - a tutorial for setting up things both with Nuget and without is what we need for this so people can step into our code without relying on tools like R#, Reflector or similar..

einari commented 11 years ago

BTW: https://github.com/dolittle/Bifrost-Site/issues/1

pavsaund commented 11 years ago

Simple write-up avaialble on http://bifrost.dolittle.com/tutorials. It should be easy to expand on this if there's a need for it. Will update the .nuspec packages and make sure it's ready for the 1.0.0.8 release