<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/rhyduino/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/rhyduino/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 02 Jun 2010 02:22:33 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/rhyduino/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Add Arduino.IsConnected property.</title><link>https://sourceforge.net/p/rhyduino/bugs/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This is just something that should have been there from the start. You could have figured out if it was connected by checking the Arduino.SerialPort.IsOpen property, but that's just too convoluted and assumes that the user has internal knowledge of our library. It makes more sense to expose that value as Arduino.IsConnected.&lt;/p&gt;&lt;/div&gt;</description><pubDate>Wed, 02 Jun 2010 02:22:33 -0000</pubDate><guid>https://sourceforge.net4d13400d5eadefee1c65df684a3a74d112e5f195</guid></item><item><title>Arduino Open/Close naming</title><link>https://sourceforge.net/p/rhyduino/bugs/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;To better match with the concept of the PC connecting to the Arduino I'd like to rename the Open() and Close() methods to Connect() and Disconnect().&lt;/p&gt;&lt;/div&gt;</description><pubDate>Wed, 02 Jun 2010 02:19:19 -0000</pubDate><guid>https://sourceforge.netc9b83dc7ca0dc51eb72c8879a9937346edc06958</guid></item><item><title>CA2213 : Microsoft.Usage</title><link>https://sourceforge.net/p/rhyduino/bugs/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;SerialListener.cs   Line 164&lt;br /&gt;
CA2213 : Microsoft.Usage : 'SerialListener' contains field 'SerialListener._monitorTask' that is of IDisposable type: 'Task'. Change the Dispose method on 'SerialListener' to call Dispose or Close on this field.  &lt;br /&gt;
&lt;/p&gt;&lt;/div&gt;</description><pubDate>Tue, 01 Jun 2010 00:20:46 -0000</pubDate><guid>https://sourceforge.netfcee13d3e42311905525978b9270fa6c0017992b</guid></item><item><title>CA2000 : Microsoft.Reliability</title><link>https://sourceforge.net/p/rhyduino/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;ArduinoFinder.cs    Line 100&lt;br /&gt;
Warning 6 &lt;br /&gt;
CA2000 : Microsoft.Reliability : In method 'ArduinoFinder.QueryPort(string)', call System.IDisposable.Dispose on object 'serialPort' before all references to it are out of scope.  &lt;br /&gt;
&lt;/p&gt;&lt;/div&gt;</description><pubDate>Tue, 01 Jun 2010 00:19:33 -0000</pubDate><guid>https://sourceforge.netbfa5c9f74d3b8831a0be832cf5cd91599bb35d17</guid></item><item><title>CA1065 : Microsoft.Design</title><link>https://sourceforge.net/p/rhyduino/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Arduino.cs  Line 97&lt;br /&gt;
Warning 4   CA1065 : Microsoft.Design : 'Arduino.DigitalPinState.get()' creates an exception of type 'NotImplementedException', an exception type that should not be raised in a property. If this exception instance might be raised, use a different exception type, convert this property into a method, or change this property's logic so that it no longer raises an exception. &lt;/p&gt;&lt;/div&gt;</description><pubDate>Tue, 01 Jun 2010 00:17:18 -0000</pubDate><guid>https://sourceforge.net5bd71225ff5ea44a4e49aba632a470b890d75c5f</guid></item><item><title>CA2002 : Microsoft.Reliability</title><link>https://sourceforge.net/p/rhyduino/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Arduino.cs  Line 347  &lt;br /&gt;
Warning 3   CA2002 : Microsoft.Reliability : 'Arduino.Close()' locks on a reference of type 'SerialPort'. Replace this with a lock against an object with strong-identity.&lt;/p&gt;&lt;/div&gt;</description><pubDate>Tue, 01 Jun 2010 00:16:00 -0000</pubDate><guid>https://sourceforge.netd901fc97d83129396d436bf52bfb323930fdb5af</guid></item><item><title>CA1001 : Microsoft.Design</title><link>https://sourceforge.net/p/rhyduino/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Arduino.cs  Line 44&lt;br /&gt;
Warning 2 &lt;br /&gt;
CA1001 : Microsoft.Design : Implement IDisposable on 'Arduino' because it creates members of the following IDisposable types: 'SerialListener'. If 'Arduino' has previously shipped, adding new members that implement IDisposable to this type is considered a breaking change to existing consumers.&lt;br /&gt;
&lt;/p&gt;&lt;/div&gt;</description><pubDate>Tue, 01 Jun 2010 00:14:41 -0000</pubDate><guid>https://sourceforge.netf10c004da33a039838da8b33db1aafe113a63be5</guid></item></channel></rss>