pandap / slimdx

Automatically exported from code.google.com/p/slimdx
MIT License
0 stars 0 forks source link

Publish a NuGet package and associated symbol package #820

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Milestone.

Original comment by Mike.Popoloski on 30 Dec 2011 at 3:43

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
N.B. there appears to be an (unofficial?) NuGet package: 
https://www.nuget.org/packages/SlimDX/4.0.13.43

Original comment by pandamojo@gmail.com on 25 Sep 2013 at 1:39