nuimo-windows icon indicating copy to clipboard operation
nuimo-windows copied to clipboard

Allow debugging of the NuGet package

Open hansmbakker opened this issue 8 years ago • 2 comments

It would be helpful if you would supply the source code and debugging symbols in the NuGet package.

Probably this is a good start.

hansmbakker avatar Jul 30 '16 17:07 hansmbakker

Hi @wind-rider: Happy to include sources with the package – PR welcome :)

larsblumberg avatar Aug 23 '16 05:08 larsblumberg

@larsblumberg I would like to make a PR for it but this is something that is part of the release management of your NuGet package.

What would you expect in that PR? I can't find the .nuspec file that you used to create the NuGet package in the repo. It would help if you would include that.

I don't know whether you use Continuous Integration (like AppVeyor) which can be controlled by a settings file in the repo?

If you don't have AppVeyor I would recommend setting it up - it can automate releases of your nuget packages when you make a tag in github, and it allows people to see whether their commits cause a broken build.

I did this for https://github.com/tapanila/SharpCaster/ (you can have a look at our appveyor.yml)

hansmbakker avatar Aug 23 '16 19:08 hansmbakker