<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/rhyduino/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/rhyduino/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/rhyduino/bugs/</id><updated>2010-06-02T02:22:33Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>Add Arduino.IsConnected property.</title><link href="https://sourceforge.net/p/rhyduino/bugs/7/" rel="alternate"/><published>2010-06-02T02:22:33Z</published><updated>2010-06-02T02:22:33Z</updated><author><name/><uri>https://sourceforge.net</uri></author><id>https://sourceforge.net4d13400d5eadefee1c65df684a3a74d112e5f195</id><summary type="html">&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;</summary></entry><entry><title>Arduino Open/Close naming</title><link href="https://sourceforge.net/p/rhyduino/bugs/6/" rel="alternate"/><published>2010-06-02T02:19:19Z</published><updated>2010-06-02T02:19:19Z</updated><author><name/><uri>https://sourceforge.net</uri></author><id>https://sourceforge.netc9b83dc7ca0dc51eb72c8879a9937346edc06958</id><summary type="html">&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;</summary></entry><entry><title>CA2213 : Microsoft.Usage</title><link href="https://sourceforge.net/p/rhyduino/bugs/5/" rel="alternate"/><published>2010-06-01T00:20:46Z</published><updated>2010-06-01T00:20:46Z</updated><author><name/><uri>https://sourceforge.net</uri></author><id>https://sourceforge.netfcee13d3e42311905525978b9270fa6c0017992b</id><summary type="html">&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;</summary></entry><entry><title>CA2000 : Microsoft.Reliability</title><link href="https://sourceforge.net/p/rhyduino/bugs/4/" rel="alternate"/><published>2010-06-01T00:19:33Z</published><updated>2010-06-01T00:19:33Z</updated><author><name/><uri>https://sourceforge.net</uri></author><id>https://sourceforge.netbfa5c9f74d3b8831a0be832cf5cd91599bb35d17</id><summary type="html">&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;</summary></entry><entry><title>CA1065 : Microsoft.Design</title><link href="https://sourceforge.net/p/rhyduino/bugs/3/" rel="alternate"/><published>2010-06-01T00:17:18Z</published><updated>2010-06-01T00:17:18Z</updated><author><name/><uri>https://sourceforge.net</uri></author><id>https://sourceforge.net5bd71225ff5ea44a4e49aba632a470b890d75c5f</id><summary type="html">&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;</summary></entry><entry><title>CA2002 : Microsoft.Reliability</title><link href="https://sourceforge.net/p/rhyduino/bugs/2/" rel="alternate"/><published>2010-06-01T00:16:00Z</published><updated>2010-06-01T00:16:00Z</updated><author><name/><uri>https://sourceforge.net</uri></author><id>https://sourceforge.netd901fc97d83129396d436bf52bfb323930fdb5af</id><summary type="html">&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;</summary></entry><entry><title>CA1001 : Microsoft.Design</title><link href="https://sourceforge.net/p/rhyduino/bugs/1/" rel="alternate"/><published>2010-06-01T00:14:41Z</published><updated>2010-06-01T00:14:41Z</updated><author><name/><uri>https://sourceforge.net</uri></author><id>https://sourceforge.netf10c004da33a039838da8b33db1aafe113a63be5</id><summary type="html">&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;</summary></entry></feed>