<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Pluto - The Plugin Toolkit for .NET</title><link>http://www.codeplex.com/Pluto/Project/ProjectRss.aspx</link><description>Pluto - The Plugin Toolkit for .NET</description><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/Pluto/Wiki/View.aspx?title=Home&amp;version=14</link><description>&lt;div class="wikidoc"&gt;
Pluto is a .NET, Generics based application framework. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Please visit &lt;a href="http://www.plugintoolkit.net" class="externalLink"&gt;http://www.plugintoolkit.net&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, the main Pluto website, for more details.&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;NOTE:&lt;/b&gt; As of June 2008, we are now migrating Pluto to Subversion.  Please visit the main website for the current source code.&lt;br /&gt;
&lt;/div&gt;</description><author>ReedCopsey</author><pubDate>Thu, 12 Jun 2008 15:59:24 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080612035924P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/Pluto/Wiki/View.aspx?title=Home&amp;version=13</link><description>&lt;div class="wikidoc"&gt;
Pluto is a .NET, Generics based application framework. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Please visit &lt;a href="http://www.plugintoolkit.net" class="externalLink"&gt;http://www.plugintoolkit.net&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, the main Pluto website, for more details.&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
NOTE: As of June, 2008, we are now migrating this to Subversion.  Please visit the main website for the current source code.
&lt;/h1&gt;
&lt;/div&gt;</description><author>ReedCopsey</author><pubDate>Thu, 12 Jun 2008 15:58:47 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080612035847P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/Pluto/Wiki/View.aspx?title=Home&amp;version=12</link><description>&lt;div class="wikidoc"&gt;
Pluto is a .NET, Generics based application framework. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Please visit &lt;a href="http://www.plugintoolkit.net" class="externalLink"&gt;http://www.plugintoolkit.net&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, the main Pluto website, for more details.&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;!NOTE: As of June, 2008, we are now migrating this to Subversion.  Please visit the main website for the current source code.&lt;br /&gt;
&lt;/div&gt;</description><author>ReedCopsey</author><pubDate>Thu, 12 Jun 2008 15:58:37 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080612035837P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/Pluto/Wiki/View.aspx?title=Home&amp;version=11</link><description>&lt;div class="wikidoc"&gt;
Pluto is a .NET, Generics based application framework. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Please visit &lt;a href="http://www.plugintoolkit.net" class="externalLink"&gt;http://www.plugintoolkit.net&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, the main Pluto website, for more details.&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;NOTE: As of June, 2008, we are now migrating this to Subversion.  Please visit the main website for the current source code.&lt;br /&gt;
&lt;/div&gt;</description><author>ReedCopsey</author><pubDate>Thu, 12 Jun 2008 15:58:24 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080612035824P</guid></item><item><title>COMMENTED ISSUE: DoubleDispatchServiceDictionary throws exceptions</title><link>http://www.codeplex.com/Pluto/WorkItem/View.aspx?WorkItemId=9040</link><description>I&amp;#39;m not certain why but the GetHashCode function in the DoubleDispatchServiceDictionary.cs throws an exception on my machine.  It complains of an overflow with the operation TypeHandle.Value.ToInt32&amp;#40;&amp;#41;.  It would seem that GetHashCode is given an object that does not implement the Value member or ToInt32&amp;#40;&amp;#41; method which at runtime results in an exception.  The following change never throws an exception on my machine.  The fix is to use the commented line in GetHashCode instead of the Int32 method.&lt;br /&gt;&lt;br /&gt;Change&amp;#58;&lt;br /&gt;return &amp;#40;typeA.TypeHandle.Value.ToInt32&amp;#40;&amp;#41; &amp;#94; typeB.TypeHandle.Value.ToInt32&amp;#40;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;To&amp;#58;&lt;br /&gt;return &amp;#40;typeA.GetHashCode&amp;#40;&amp;#41; &amp;#94; typeB.GetHashCode&amp;#40;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;Comments: ** Comment from web user: Vicente ** &lt;p&gt;I&amp;#39;ll test the patch to see if there&amp;#39;s any problem around and upload it.&lt;/p&gt;</description><author>Vicente</author><pubDate>Wed, 16 Jan 2008 06:59:09 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: DoubleDispatchServiceDictionary throws exceptions 20080116065909A</guid></item><item><title>Patch Uploaded</title><link>http://www.codeplex.com/Pluto/SourceControl/PatchList.aspx</link><description>
&lt;p&gt;&lt;a href='/UserAccount/UserProfile.aspx?UserName=rfried'&gt;rfried&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;Small bugfix in the DoubleDispatcherServiceDictionary GetHashCode method&lt;/p&gt;</description><author>rfried</author><pubDate>Wed, 12 Dec 2007 06:24:40 GMT</pubDate><guid isPermaLink="false">Patch Uploaded 20071212062440A</guid></item><item><title>CREATED ISSUE: DoubleDispatchServiceDictionary throws exceptions</title><link>http://www.codeplex.com/Pluto/WorkItem/View.aspx?WorkItemId=9040</link><description>I&amp;#39;m not certain why but the GetHashCode function in the DoubleDispatchServiceDictionary.cs throws an exception on my machine.  It complains of an overflow with the operation TypeHandle.Value.ToInt32&amp;#40;&amp;#41;.  It would seem that GetHashCode is given an object that does not implement the Value member or ToInt32&amp;#40;&amp;#41; method which at runtime results in an exception.  The following change never throws an exception on my machine.  The fix is to use the commented line in GetHashCode instead of the Int32 method.&lt;br /&gt;&lt;br /&gt;Change&amp;#58;&lt;br /&gt;return &amp;#40;typeA.TypeHandle.Value.ToInt32&amp;#40;&amp;#41; &amp;#94; typeB.TypeHandle.Value.ToInt32&amp;#40;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;To&amp;#58;&lt;br /&gt;return &amp;#40;typeA.GetHashCode&amp;#40;&amp;#41; &amp;#94; typeB.GetHashCode&amp;#40;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;</description><author>rfried</author><pubDate>Tue, 11 Dec 2007 02:07:41 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: DoubleDispatchServiceDictionary throws exceptions 20071211020741A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/Pluto/SourceControl/ListDownloadableCommits.aspx</link><description>One small bugfix</description><author>quimbo</author><pubDate>Sun, 18 Nov 2007 20:39:12 GMT</pubDate><guid isPermaLink="false">Source code checked in 20071118083912P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/Pluto/SourceControl/ListDownloadableCommits.aspx</link><description>Added some methods and operators to the quaternion</description><author>quimbo</author><pubDate>Sun, 18 Nov 2007 18:35:58 GMT</pubDate><guid isPermaLink="false">Source code checked in 20071118063558P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/Pluto/SourceControl/ListDownloadableCommits.aspx</link><description>Pluto.Synchronization plugin added. Tested for hard disks, some tests needed for FTP transfers.</description><author>Vicente</author><pubDate>Sat, 03 Nov 2007 16:57:04 GMT</pubDate><guid isPermaLink="false">Source code checked in 20071103045704P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/Pluto/SourceControl/ListDownloadableCommits.aspx</link><description>VFS closing bug solved, everything seems to work now &amp;#40;the VFS outputs debug information to console, it will stay a little more untill we are sure it&amp;#39;s really working ok&amp;#41;.</description><author>Vicente</author><pubDate>Mon, 08 Oct 2007 18:29:37 GMT</pubDate><guid isPermaLink="false">Source code checked in 20071008062937P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/Pluto/SourceControl/ListDownloadableCommits.aspx</link><description>New VFS implementation of HardSource and MemorySource finished. Not ready for use yet &amp;#40;there&amp;#39;s a deadlock somewhere&amp;#41;.</description><author>Vicente</author><pubDate>Sat, 08 Sep 2007 20:22:08 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070908082208P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/Pluto/SourceControl/ListDownloadableCommits.aspx</link><description>VFS fixes and improvements.</description><author>Vicente</author><pubDate>Sat, 08 Sep 2007 15:09:35 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070908030935P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/Pluto/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>quimbo</author><pubDate>Fri, 07 Sep 2007 20:24:11 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070907082411P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/Pluto/SourceControl/ListDownloadableCommits.aspx</link><description>Added the update web service project. Nothing in it yet - have to fix my VS first</description><author>quimbo</author><pubDate>Thu, 06 Sep 2007 22:20:09 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070906102009P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/Pluto/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>quimbo</author><pubDate>Thu, 06 Sep 2007 21:48:39 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070906094839P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/Pluto/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>quimbo</author><pubDate>Thu, 06 Sep 2007 21:16:04 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070906091604P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/Pluto/SourceControl/ListDownloadableCommits.aspx</link><description>New VFS internal implementation up. Just for watching, not for use.</description><author>Vicente</author><pubDate>Thu, 06 Sep 2007 20:06:09 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070906080609P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/Pluto/SourceControl/ListDownloadableCommits.aspx</link><description>Replacing the old VFS implementation with the new. This current version shouldn&amp;#39;t be used for anything.</description><author>Vicente</author><pubDate>Thu, 06 Sep 2007 17:35:13 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070906053513P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/Pluto/SourceControl/ListDownloadableCommits.aspx</link><description>Worked on the update service</description><author>quimbo</author><pubDate>Tue, 04 Sep 2007 21:46:38 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070904094638P</guid></item></channel></rss>