NuGet package

Mar 28, 2011 at 5:41 PM

Heads up, added a NuGet package for this. http://nuget.org/List/Packages/Compare-NET-Objects

If you want to take over maintaining the package, let me know.

Coordinator
Mar 28, 2011 at 7:22 PM

Damian,

Thanks so much.  I will let you keep the maintanance if you don't mind.

Greg

Apr 13, 2011 at 9:38 AM
Edited Apr 13, 2011 at 9:39 AM

Would you consider changing the repository of this project to Hg?

If you do, I will:

  1. Add a psake build script for single click build
  2. Contribute my NuGet work to build the library and package.
  3. Help setup a CI build at teamcity.codebetter.com.

Interested?

Coordinator
Apr 13, 2011 at 11:11 AM

What is Hg?  What is psake? 

 

Thanks,

Greg

Apr 13, 2011 at 2:14 PM

Codeplex supports two version control systems, TFS and Mecurial (aka Hg). The first is a central based vcs, the latter is distributed. Distributed VCS is much easier to work with and have people contribute to.

Patches suck.

PSake is a build automation tool based on powershell. Very lightweightand far easier to work with than xml based msbuild / nant. Gives a single click compile and build package experience.

I contributed same to StoryQ:

http://storyq.codeplex.com/SourceControl/changeset/view/73e95e92f682#buildtasks.ps1

http://storyq.codeplex.com/SourceControl/changeset/view/73e95e92f682#invokebuild.ps1

Apr 17, 2011 at 5:04 PM

Just realized that this is probably auto build via you own TFS build server?

Coordinator
Apr 18, 2011 at 11:43 AM

Damian,

Actually, we created our own custom build solution since TFS and Team City did not have all the capabilities we needed (namely multiple inheritance of product builds).  We are not going to move to Hg.

Thanks,
Greg

Apr 2, 2012 at 11:40 AM
damianh wrote:

Heads up, added a NuGet package for this. http://nuget.org/List/Packages/Compare-NET-Objects

The URL is invalid. Is there an updated URL?

Coordinator
Apr 2, 2012 at 4:19 PM

Igitur,

We are not the maintainer of the package.  You will need to manually add it to your solution for now.

Thanks,

Greg

Apr 3, 2012 at 9:54 AM

Sorry, I misread your first reply in this thread. I thought you did take over the package.

May 16, 2012 at 2:21 PM

Greg, good to see you've taken the rightful ownership of the nuget package.

May 16, 2012 at 2:43 PM

Package CompareNETObjects.1.4.2.0... is it meant to contain a single .cs file or is there meant to be a dll in there? https://imgur.com/RwIfT

 

 

Coordinator
May 17, 2012 at 1:04 AM

damianh.  It is just a single .cs file to make things simple.

May 25, 2012 at 10:25 AM

Simple how? Have you tried executing "Install-Package CompareNETOBjects"?

Package is downloaded but nothing else happens. The package is broken.

Coordinator
May 29, 2012 at 10:04 AM

It will be quite some time before I have time to investigate this issue.