<?xml version="1.0" encoding="UTF-8"?>
<response>
  <status>success</status>
  <result>
    <stack>
      <id>50970</id>
      <title></title>
      <description></description>
      <updated_at>2009-05-22T11:05:22Z</updated_at>
      <project_count>7</project_count>
      <stack_entries>
        <stack_entry>
          <id>252320</id>
          <stack_id>50970</stack_id>
          <project_id>61042</project_id>
          <created_at>2009-05-22T11:05:22Z</created_at>
          <project>
            <id>61042</id>
            <name>nconsoler</name>
            <created_at>2008-12-18T00:37:17Z</created_at>
            <updated_at>2008-12-18T00:37:17Z</updated_at>
            <description>.Net Framework library for console arguments parsing 

Project home page: http://nconsoler.csharpus.com 

Quick example: 

public static void Main(string[] args) {
    Consolery.Run(typeof(Program), args);
}

[Action]
public static void DoWork(
    [Required] string name,
    [Optional(-1)] int count) {
	// ...
}C:\&gt;program.exe Administrator /count:10For more details use manual http://nconsoler.csharpus.com/manual</description>
            <homepage_url>http://code.google.com/p/nconsoler</homepage_url>
            <download_url></download_url>
            <url_name>nconsoler</url_name>
            <user_count>1</user_count>
            <average_rating></average_rating>
            <rating_count>1</rating_count>
            <analysis_id></analysis_id>
            <licenses>
              <license>
                <name>mozilla_public_1_1</name>
                <nice_name>Mozilla Public License 1.1</nice_name>
              </license>
            </licenses>
          </project>
        </stack_entry>
        <stack_entry>
          <id>252319</id>
          <stack_id>50970</stack_id>
          <project_id>4053</project_id>
          <created_at>2009-05-22T11:04:44Z</created_at>
          <project>
            <id>4053</id>
            <name>Apache log4net</name>
            <created_at>2007-01-18T14:29:18Z</created_at>
            <updated_at>2009-11-17T02:17:12Z</updated_at>
            <description>log4net is a tool to help the programmer output log statements to a variety of output targets. log4net is a port of the excellent log4j framework to the .NET runtime.</description>
            <homepage_url>http://logging.apache.org/log4net/</homepage_url>
            <download_url></download_url>
            <url_name></url_name>
            <medium_logo_url>http://bits.ohloh.net/attachments/10695/LOG4NET_med.png</medium_logo_url>
            <small_logo_url>http://bits.ohloh.net/attachments/10695/LOG4NET_small.png</small_logo_url>
            <user_count>262</user_count>
            <average_rating>4.22973</average_rating>
            <rating_count>74</rating_count>
            <analysis_id>760317</analysis_id>
            <licenses>
              <license>
                <name>apache_2</name>
                <nice_name>Apache License 2.0</nice_name>
              </license>
            </licenses>
          </project>
        </stack_entry>
        <stack_entry>
          <id>252318</id>
          <stack_id>50970</stack_id>
          <project_id>159</project_id>
          <created_at>2009-05-22T11:04:44Z</created_at>
          <project>
            <id>159</id>
            <name>NUnit .Net unit testing framework</name>
            <created_at>2006-10-10T15:51:31Z</created_at>
            <updated_at>2009-08-18T13:33:14Z</updated_at>
            <description>NUnit is a unit testing framework for all .NET languages on any .NET platform. It was ported from JUnit.</description>
            <homepage_url>http://nunit.org</homepage_url>
            <download_url>http://nunit.org/index.php?p=download</download_url>
            <url_name>nunit</url_name>
            <medium_logo_url>http://bits.ohloh.net/attachments/5117/images_1__med.gif</medium_logo_url>
            <small_logo_url>http://bits.ohloh.net/attachments/5117/images_1__small.gif</small_logo_url>
            <user_count>380</user_count>
            <average_rating>4.45614</average_rating>
            <rating_count>114</rating_count>
            <analysis_id>676381</analysis_id>
            <licenses>
              <license>
                <name>NUnit License</name>
                <nice_name>NUnit License</nice_name>
              </license>
            </licenses>
          </project>
        </stack_entry>
        <stack_entry>
          <id>252317</id>
          <stack_id>50970</stack_id>
          <project_id>48</project_id>
          <created_at>2009-05-22T11:04:39Z</created_at>
          <project>
            <id>48</id>
            <name>NAnt</name>
            <created_at>2006-10-10T15:51:31Z</created_at>
            <updated_at>2009-08-12T07:06:05Z</updated_at>
            <description>NAnt is a Ant like build tool for .NET</description>
            <homepage_url>http://nant.sourceforge.net/</homepage_url>
            <download_url></download_url>
            <url_name>nant</url_name>
            <medium_logo_url>http://bits.ohloh.net/attachments/10919/logo_med.gif</medium_logo_url>
            <small_logo_url>http://bits.ohloh.net/attachments/10919/logo_small.gif</small_logo_url>
            <user_count>220</user_count>
            <average_rating>4.17544</average_rating>
            <rating_count>57</rating_count>
            <analysis_id>672748</analysis_id>
            <licenses>
            </licenses>
          </project>
        </stack_entry>
        <stack_entry>
          <id>252316</id>
          <stack_id>50970</stack_id>
          <project_id>8830</project_id>
          <created_at>2009-05-22T11:04:38Z</created_at>
          <project>
            <id>8830</id>
            <name>Rhino.Mocks</name>
            <created_at>2007-09-29T16:30:02Z</created_at>
            <updated_at>2009-05-24T03:03:52Z</updated_at>
            <description>A dynamic mock object framework for the .Net platform. It's purpose is to ease testing by allowing the developer to create mock implementations of custom objects and verify the interactions using unit testing.</description>
            <homepage_url>http://www.ayende.com/projects/rhino-mocks.aspx</homepage_url>
            <download_url>http://www.ayende.com/projects/rhino-mocks/downloads.aspx</download_url>
            <url_name></url_name>
            <medium_logo_url>http://bits.ohloh.net/attachments/19110/Rhino.Mocks_med.png</medium_logo_url>
            <small_logo_url>http://bits.ohloh.net/attachments/19110/Rhino.Mocks_small.png</small_logo_url>
            <user_count>192</user_count>
            <average_rating>4.49206</average_rating>
            <rating_count>63</rating_count>
            <analysis_id>463282</analysis_id>
            <licenses>
            </licenses>
          </project>
        </stack_entry>
        <stack_entry>
          <id>252315</id>
          <stack_id>50970</stack_id>
          <project_id>3217</project_id>
          <created_at>2009-05-22T11:04:37Z</created_at>
          <project>
            <id>3217</id>
            <name>Castle</name>
            <created_at>2006-10-18T04:31:05Z</created_at>
            <updated_at>2009-12-04T03:32:19Z</updated_at>
            <description>Castle aspires to simplify the development of enterprise and web applications. Offering a set of tools (working together or independently) and integration with other open source projects, Castle helps you get more done with less code.</description>
            <homepage_url>http://www.castleproject.org</homepage_url>
            <download_url>http://www.castleproject.org/castle/download.html</download_url>
            <url_name>castleproject</url_name>
            <medium_logo_url>http://bits.ohloh.net/attachments/20469/Castle-square-transparent_med.png</medium_logo_url>
            <small_logo_url>http://bits.ohloh.net/attachments/20469/Castle-square-transparent_small.png</small_logo_url>
            <user_count>213</user_count>
            <average_rating>4.65823</average_rating>
            <rating_count>79</rating_count>
            <analysis_id>779217</analysis_id>
            <licenses>
              <license>
                <name>apache</name>
                <nice_name>Apache Software License</nice_name>
              </license>
            </licenses>
          </project>
        </stack_entry>
        <stack_entry>
          <id>252314</id>
          <stack_id>50970</stack_id>
          <project_id>175</project_id>
          <created_at>2009-05-22T11:04:09Z</created_at>
          <project>
            <id>175</id>
            <name>NHibernate</name>
            <created_at>2006-10-10T15:51:31Z</created_at>
            <updated_at>2009-12-03T07:07:19Z</updated_at>
            <description>NHibernate is a port of Hibernate Core for Java to the .NET Framework. It handles persisting plain .NET objects to and from an underlying relational database. Given an XML description of your entities and relationships, NHibernate automatically generates SQL for loading and storing the objects. Optionally, you can describe your mapping metadata with attributes in your source code.</description>
            <homepage_url>http://www.nhforge.org</homepage_url>
            <download_url>http://www.nhforge.org</download_url>
            <url_name>nhibernate</url_name>
            <medium_logo_url>http://bits.ohloh.net/attachments/7239/LogoNH_med.JPG</medium_logo_url>
            <small_logo_url>http://bits.ohloh.net/attachments/7239/LogoNH_small.JPG</small_logo_url>
            <user_count>467</user_count>
            <average_rating>4.73125</average_rating>
            <rating_count>160</rating_count>
            <analysis_id>777911</analysis_id>
            <licenses>
              <license>
                <name>lgpl</name>
                <nice_name>GNU Lesser General Public License 2.1</nice_name>
              </license>
            </licenses>
          </project>
        </stack_entry>
      </stack_entries>
      <account_id>44430</account_id>
    </stack>
  </result>
</response>
