<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Nito.KitchenSink</title><link>http://nitokitchensink.codeplex.com/project/feeds/rss</link><description>&amp;#34;Everything except... well, you know...&amp;#34;      A miscellaneous collection of utility classes, many of which provide extension methods for existing framework types.</description><item><title>New Post: When is the next build hitting NuGet?</title><link>http://nitokitchensink.codeplex.com/discussions/285841</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;And then as I pay more attention, I realized the Parse method I was looking for above, is actually an extension method that already exists in the current revision.&lt;/p&gt;&lt;/div&gt;</description><author>AngrySpade</author><pubDate>Thu, 19 Jan 2012 17:34:37 GMT</pubDate><guid isPermaLink="false">New Post: When is the next build hitting NuGet? 20120119053437P</guid></item><item><title>New Post: When is the next build hitting NuGet?</title><link>http://nitokitchensink.codeplex.com/discussions/285841</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Building just the individual solution file works.&lt;/p&gt;
&lt;p&gt;Thanks for the help.&lt;/p&gt;&lt;/div&gt;</description><author>AngrySpade</author><pubDate>Thu, 19 Jan 2012 15:51:52 GMT</pubDate><guid isPermaLink="false">New Post: When is the next build hitting NuGet? 20120119035152P</guid></item><item><title>New Post: When is the next build hitting NuGet?</title><link>http://nitokitchensink.codeplex.com/discussions/285841</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Ah, the build setup is a bit confusing. Because of the history:&lt;/p&gt;
&lt;p&gt;It all started as a monolithic "do-everything" library called Nito.KitchenSink. It bundled Rx (and probably some other stuff) for convenience. This was in the dark ages, before there was an easy way to add multiple libraries (including handling dependencies).&lt;/p&gt;
&lt;p&gt;Blech.&lt;/p&gt;
&lt;p&gt;The NuGet packages are KitchenSink reborn as a bunch of tiny packages. There's also a higher quality bar: they must be thoroughly documented and be instrumented with Code Contracts. Eventually, I hope to add code coverage from unit testing to that bar.&lt;/p&gt;
&lt;p&gt;Right now, there is still only one CodePlex project, with all the source, but the KitchenSink monolith is no more. There's still a .sln file, but you should use the individual .sln files under each NuGet minilibrary's subdirectory instead of the .sln file under \Source.&lt;/p&gt;
&lt;p&gt;Sorry for the confusion, and I'll get the NuGet package up soon.&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; -Steve&lt;/p&gt;&lt;/div&gt;</description><author>StephenCleary</author><pubDate>Mon, 16 Jan 2012 21:22:57 GMT</pubDate><guid isPermaLink="false">New Post: When is the next build hitting NuGet? 20120116092257P</guid></item><item><title>New Post: When is the next build hitting NuGet?</title><link>http://nitokitchensink.codeplex.com/discussions/285841</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I tried really quickly to build it myself yesterday, but I didn't have any of the reactive extensions installed.&lt;/p&gt;
&lt;p&gt;I spent a little time installing the latest binaries, but I quickly realized that you were not using the latest version of the reactive extensions.&lt;/p&gt;
&lt;p&gt;I will try again today after paying some more attention.&lt;/p&gt;
&lt;p&gt;Any ETA on the official NuGet package?&lt;/p&gt;&lt;/div&gt;</description><author>AngrySpade</author><pubDate>Thu, 12 Jan 2012 13:22:23 GMT</pubDate><guid isPermaLink="false">New Post: When is the next build hitting NuGet? 20120112012223P</guid></item><item><title>New Post: When is the next build hitting NuGet?</title><link>http://nitokitchensink.codeplex.com/discussions/285841</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Sorry - somehow that got all done and ready for release, and I never did the actual NuGet package!&lt;/p&gt;
&lt;p&gt;I'm currently travelling, but I'll get it out when I can. Or you can just grab the source and build - I'm not planning any changes.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -Steve&lt;/p&gt;&lt;/div&gt;</description><author>shammah</author><pubDate>Thu, 12 Jan 2012 00:38:22 GMT</pubDate><guid isPermaLink="false">New Post: When is the next build hitting NuGet? 20120112123822A</guid></item><item><title>New Post: When is the next build hitting NuGet?</title><link>http://nitokitchensink.codeplex.com/discussions/285841</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I need the new parser function that has been implemented in your source control.&lt;/p&gt;
&lt;pre style="font-family:Consolas; font-size:13; color:black; background:white"&gt;&lt;span style="color:blue"&gt;public&lt;/span&gt;&amp;nbsp;&lt;span style="color:blue"&gt;static&lt;/span&gt;&amp;nbsp;&lt;span style="color:blue"&gt;void&lt;/span&gt;&amp;nbsp;Parse&amp;lt;T&amp;gt;(&lt;span style="color:#2b91af"&gt;IEnumerable&lt;/span&gt;&amp;lt;&lt;span style="color:blue"&gt;string&lt;/span&gt;&amp;gt;&amp;nbsp;commandLine,&amp;nbsp;T&amp;nbsp;argumentsObject,&amp;nbsp;&lt;span style="color:#2b91af"&gt;SimpleParserCollection&lt;/span&gt;&amp;nbsp;parserCollection&amp;nbsp;=&amp;nbsp;&lt;span style="color:blue"&gt;null&lt;/span&gt;,&amp;nbsp;&lt;span style="color:#2b91af"&gt;StringComparer&lt;/span&gt;&amp;nbsp;stringComparer&amp;nbsp;=&amp;nbsp;&lt;span style="color:blue"&gt;null&lt;/span&gt;)&amp;nbsp;&lt;span style="color:blue"&gt;where&lt;/span&gt;&amp;nbsp;T&amp;nbsp;:&amp;nbsp;&lt;span style="color:blue"&gt;class&lt;/span&gt;,&amp;nbsp;&lt;span style="color:#2b91af"&gt;IOptionArguments&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;</description><author>AngrySpade</author><pubDate>Wed, 11 Jan 2012 23:53:00 GMT</pubDate><guid isPermaLink="false">New Post: When is the next build hitting NuGet? 20120111115300P</guid></item><item><title>Source code checked in, #70680</title><link>http://nitokitchensink.codeplex.com/SourceControl/changeset/changes/70680</link><description>Removed OptionFiles for this release.</description><author>shammah</author><pubDate>Mon, 24 Oct 2011 12:49:02 GMT</pubDate><guid isPermaLink="false">Source code checked in, #70680 20111024124902P</guid></item><item><title>Source code checked in, #70668</title><link>http://nitokitchensink.codeplex.com/SourceControl/changeset/changes/70668</link><description>More work on OptionFiles.</description><author>shammah</author><pubDate>Sun, 23 Oct 2011 18:54:01 GMT</pubDate><guid isPermaLink="false">Source code checked in, #70668 20111023065401P</guid></item><item><title>Source code checked in, #70429</title><link>http://nitokitchensink.codeplex.com/SourceControl/changeset/changes/70429</link><description>Corrected unit tests for CommandPromptCommandLine.</description><author>shammah</author><pubDate>Tue, 11 Oct 2011 15:40:32 GMT</pubDate><guid isPermaLink="false">Source code checked in, #70429 20111011034032P</guid></item><item><title>Source code checked in, #70428</title><link>http://nitokitchensink.codeplex.com/SourceControl/changeset/changes/70428</link><description>More unit tests.</description><author>shammah</author><pubDate>Tue, 11 Oct 2011 15:33:54 GMT</pubDate><guid isPermaLink="false">Source code checked in, #70428 20111011033354P</guid></item><item><title>Source code checked in, #70420</title><link>http://nitokitchensink.codeplex.com/SourceControl/changeset/changes/70420</link><description>Added comments.</description><author>shammah</author><pubDate>Tue, 11 Oct 2011 04:00:28 GMT</pubDate><guid isPermaLink="false">Source code checked in, #70420 20111011040028A</guid></item><item><title>Source code checked in, #70419</title><link>http://nitokitchensink.codeplex.com/SourceControl/changeset/changes/70419</link><description>Changed the default lexer back to Console.</description><author>shammah</author><pubDate>Tue, 11 Oct 2011 03:54:37 GMT</pubDate><guid isPermaLink="false">Source code checked in, #70419 20111011035437A</guid></item><item><title>Source code checked in, #70418</title><link>http://nitokitchensink.codeplex.com/SourceControl/changeset/changes/70418</link><description>Added unit tests.</description><author>shammah</author><pubDate>Tue, 11 Oct 2011 03:39:37 GMT</pubDate><guid isPermaLink="false">Source code checked in, #70418 20111011033937A</guid></item><item><title>Source code checked in, #70417</title><link>http://nitokitchensink.codeplex.com/SourceControl/changeset/changes/70417</link><description>Added nested double-quote processing to ConsoleCommandLineLexer.</description><author>shammah</author><pubDate>Tue, 11 Oct 2011 03:18:09 GMT</pubDate><guid isPermaLink="false">Source code checked in, #70417 20111011031809A</guid></item><item><title>Source code checked in, #70414</title><link>http://nitokitchensink.codeplex.com/SourceControl/changeset/changes/70414</link><description>Added more unit tests.</description><author>shammah</author><pubDate>Mon, 10 Oct 2011 21:28:19 GMT</pubDate><guid isPermaLink="false">Source code checked in, #70414 20111010092819P</guid></item><item><title>Source code checked in, #70413</title><link>http://nitokitchensink.codeplex.com/SourceControl/changeset/changes/70413</link><description>Fixed fundamental bug in ConsoleCommandLineLexer.</description><author>shammah</author><pubDate>Mon, 10 Oct 2011 21:14:23 GMT</pubDate><guid isPermaLink="false">Source code checked in, #70413 20111010091423P</guid></item><item><title>Source code checked in, #70412</title><link>http://nitokitchensink.codeplex.com/SourceControl/changeset/changes/70412</link><description>Added framework for unit tests.</description><author>shammah</author><pubDate>Mon, 10 Oct 2011 21:14:06 GMT</pubDate><guid isPermaLink="false">Source code checked in, #70412 20111010091406P</guid></item><item><title>Source code checked in, #70411</title><link>http://nitokitchensink.codeplex.com/SourceControl/changeset/changes/70411</link><description>Added OptionFiles.</description><author>shammah</author><pubDate>Mon, 10 Oct 2011 20:51:44 GMT</pubDate><guid isPermaLink="false">Source code checked in, #70411 20111010085144P</guid></item><item><title>Source code checked in, #70410</title><link>http://nitokitchensink.codeplex.com/SourceControl/changeset/changes/70410</link><description>Changed the semantics of CommandLineLexer.Lex to include the process name in the returned sequence.</description><author>shammah</author><pubDate>Mon, 10 Oct 2011 20:50:11 GMT</pubDate><guid isPermaLink="false">Source code checked in, #70410 20111010085011P</guid></item><item><title>Source code checked in, #70407</title><link>http://nitokitchensink.codeplex.com/SourceControl/changeset/changes/70407</link><description>Added ConsoleCommandLineLexer, and made NitoCommandLineLexer the default. This is a breaking change.</description><author>shammah</author><pubDate>Mon, 10 Oct 2011 19:18:36 GMT</pubDate><guid isPermaLink="false">Source code checked in, #70407 20111010071836P</guid></item></channel></rss>
