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
We should push out a NuGet package as well as a symbols package to better
integrate with the developing NuGet ecosystem as well as to make our debugging
symbols easily obtainable for those wishing to debug without downloading the
source.
NuGet packages:
http://docs.nuget.org/docs/creating-packages/creating-and-publishing-a-package
SymbolSource:
http://docs.nuget.org/docs/creating-packages/creating-and-publishing-a-symbol-pa
ckage
These look pretty easy to do. We should do this once July ships.
Original issue reported on code.google.com by Mike.Popoloski on 27 Jul 2011 at 1:41
The text was updated successfully, but these errors were encountered:
Problem with this is that there's no handling in NuGet for x86 / x64. I've got
some ideas though, such as embedding into a stub DLL. Will look into it further.
Original comment by Mike.Popoloski on 4 May 2012 at 12:17
Original issue reported on code.google.com by
Mike.Popoloski
on 27 Jul 2011 at 1:41The text was updated successfully, but these errors were encountered: