mephraim / ghostscriptsharp

A C# wrapper for the Ghostscript library (1.1)
MIT License
204 stars 101 forks source link

Does not build when checked out #9

Open togakangaroo opened 10 years ago

togakangaroo commented 10 years ago

Hi, I maintain the nuget package for GhostScriptSharp (by the way let me know if you want to take over that duty), and was asked to update it to version 1.1

Checking out the code...

I was able to only find an sln file in the test project and when I tried to compile I got an error from nunit not being referenced. Can you please include dependencies via nuget and enable auto package restore?

Also, its standard to have an sln at the project root so I would recommend moving it there.

togakangaroo commented 10 years ago

By the way here is my fork where I'm maintaining all the stuff for building the nuget package and making the adjustments I recommend. If you want I can just PR it to you and make you an owner on the nuget package. That way whenever you want to release a new version it will be

psake Psake-Package.ps1 CreatePackage
nuget push workspace  GhostScriptSharp.1.3.1.nupkg

and your package will be pushed

mephraim commented 10 years ago

Hey, I apologize, I haven't done a good job of maintaining this project, because it's been quite a while since I've done any .Net work. Are you interested in just taking over this project and becoming the official maintainer?

togakangaroo commented 10 years ago

I'm in the same position with some of my packages. I generally don't update unless someone bugs me to.

It's been over a year since I've used ghostscriptsharp so I don't think I'd be a good candidate for this, sorry.

On Wed, Jan 22, 2014 at 12:18 AM, Matthew Ephraim notifications@github.comwrote:

Hey, I apologize, I haven't done a good job of maintaining this project, because it's been quite a while since I've done any .Net work. Are you interested in just taking over this project and becoming the official maintainer?

— Reply to this email directly or view it on GitHubhttps://github.com/mephraim/ghostscriptsharp/issues/9#issuecomment-32996334 .

thegrandpoobah commented 9 years ago

@togakangaroo previously asked me to take over his fork when I submitted a patch to his branch, but I declined, but I find myself depending more and more on GhostScriptSharp recently so I am going to change my mind and say that I wouldn't mind taking over the project at this point if you'd like.