<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>SystemWrapper Issue Tracker Rss Feed</title><link>http://www.codeplex.com/SystemWrapper/WorkItem/List.aspx</link><description>SystemWrapper Issue Tracker Rss Description</description><item><title>Commented Issue: Update NuGet package [18394]</title><link>http://systemwrapper.codeplex.com/workitem/18394</link><description>Hi.&lt;br /&gt;Please, update nuget package.&lt;br /&gt;Thank you&amp;#33; Great lib&amp;#33;&lt;br /&gt;Comments: ** Comment from web user: HologramX ** &lt;p&gt;The NuGet package repository isn&amp;#39;t up to date, it only includes v4 of this lib whereas the latest version is 0.5. The list of available versions can be found on http&amp;#58;&amp;#47;&amp;#47;www.nuget.org&amp;#47;packages&amp;#47;SystemWrapper.&lt;/p&gt;</description><author>HologramX</author><pubDate>Wed, 22 Aug 2012 16:42:04 GMT</pubDate><guid isPermaLink="false">Commented Issue: Update NuGet package [18394] 20120822044204P</guid></item><item><title>Created Issue: Update NuGet package [18394]</title><link>http://systemwrapper.codeplex.com/workitem/18394</link><description>Hi.&lt;br /&gt;Please, update nuget package.&lt;br /&gt;Thank you&amp;#33; Great lib&amp;#33;&lt;br /&gt;</description><author>YankovskyAndrey</author><pubDate>Sat, 21 Jul 2012 13:22:14 GMT</pubDate><guid isPermaLink="false">Created Issue: Update NuGet package [18394] 20120721012214P</guid></item><item><title>Created Issue: ISteamWriterWrap does not use Dispose [18016]</title><link>http://systemwrapper.codeplex.com/workitem/18016</link><description>I&amp;#39;m trying to use this using block, using&amp;#40;var sw &amp;#61; GetStreamWriter&amp;#40;&amp;#41;&amp;#41;&amp;#123;&amp;#125; where GetStreamWriter returns an object of type IStreamWriterWrap. This give me an error saying the interface IStreamWriterWrap does not have a Dispose method.&lt;br /&gt;</description><author>dhoenig</author><pubDate>Wed, 09 May 2012 13:09:31 GMT</pubDate><guid isPermaLink="false">Created Issue: ISteamWriterWrap does not use Dispose [18016] 20120509010931P</guid></item><item><title>Commented Issue: StreamReaderWrap casts TextReader to StreamReader [17749]</title><link>http://systemwrapper.codeplex.com/workitem/17749</link><description>As the title says that is what is happening in&lt;br /&gt;&lt;br /&gt;&amp;#60;code&amp;#62;&lt;br /&gt;    public void Initialize&amp;#40;TextReader textReader&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            StreamReaderInstance &amp;#61; textReader as StreamReader&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;&amp;#60;&amp;#47;code&amp;#62;&lt;br /&gt;&lt;br /&gt;But TextReade does not implement stream reader &amp;#40;it is the other way around&amp;#41; so that cast will always result in &amp;#34;null&amp;#34; being set as streamreaderinstance.&lt;br /&gt;Comments: ** Comment from web user: svrist ** &lt;p&gt;This means that i cant do things like&amp;#58;&lt;/p&gt;&lt;p&gt;new StreamReaderWrap&amp;#40;new StringReader&amp;#40;&amp;#34;something&amp;#34;&amp;#41;&amp;#41;&amp;#59; &amp;#47;&amp;#47; null pointer exception on all methods on the wrap&lt;/p&gt;&lt;p&gt;This is a workaround&lt;/p&gt;&lt;p&gt;new StreamReaderWrap&amp;#40;&lt;br /&gt;                    new MemoryStream&amp;#40;&lt;br /&gt;                        Encoding.UTF8&lt;br /&gt;                            .GetBytes&amp;#40;&amp;#34;Something&amp;#34;&amp;#41;&lt;br /&gt;                        &amp;#41;&lt;br /&gt;                    &amp;#41;&amp;#59;&lt;/p&gt;</description><author>svrist</author><pubDate>Mon, 02 Apr 2012 13:44:13 GMT</pubDate><guid isPermaLink="false">Commented Issue: StreamReaderWrap casts TextReader to StreamReader [17749] 20120402014413P</guid></item><item><title>Commented Issue: StreamReaderWrap casts TextReader to StreamReader [17749]</title><link>http://systemwrapper.codeplex.com/workitem/17749</link><description>As the title says that is what is happening in&lt;br /&gt;&lt;br /&gt;&amp;#60;code&amp;#62;&lt;br /&gt;    public void Initialize&amp;#40;TextReader textReader&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            StreamReaderInstance &amp;#61; textReader as StreamReader&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;&amp;#60;&amp;#47;code&amp;#62;&lt;br /&gt;&lt;br /&gt;But TextReade does not implement stream reader &amp;#40;it is the other way around&amp;#41; so that cast will always result in &amp;#34;null&amp;#34; being set as streamreaderinstance.&lt;br /&gt;Comments: ** Comment from web user: svrist ** &lt;p&gt;http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;system.io.textreader.aspx&lt;br /&gt;&lt;/p&gt;</description><author>svrist</author><pubDate>Mon, 02 Apr 2012 13:42:07 GMT</pubDate><guid isPermaLink="false">Commented Issue: StreamReaderWrap casts TextReader to StreamReader [17749] 20120402014207P</guid></item><item><title>Created Issue: StreamReaderWrap casts TextReader to StreamReader [17749]</title><link>http://systemwrapper.codeplex.com/workitem/17749</link><description>As the title says that is what is happening in&lt;br /&gt;&lt;br /&gt;&amp;#60;code&amp;#62;&lt;br /&gt;    public void Initialize&amp;#40;TextReader textReader&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            StreamReaderInstance &amp;#61; textReader as StreamReader&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;&amp;#60;&amp;#47;code&amp;#62;&lt;br /&gt;&lt;br /&gt;But&lt;br /&gt;</description><author>svrist</author><pubDate>Mon, 02 Apr 2012 13:40:29 GMT</pubDate><guid isPermaLink="false">Created Issue: StreamReaderWrap casts TextReader to StreamReader [17749] 20120402014029P</guid></item><item><title>Closed Issue: CLS-compliant [16625]</title><link>http://systemwrapper.codeplex.com/workitem/16625</link><description>Make it CLS-compliant&lt;br /&gt;Comments: &lt;p&gt;Assembly is CLS-Compliant now.&lt;/p&gt;</description><author>vkreynin</author><pubDate>Tue, 27 Sep 2011 15:27:24 GMT</pubDate><guid isPermaLink="false">Closed Issue: CLS-compliant [16625] 20110927032724P</guid></item><item><title>Created Issue: CLS-compliant [16625]</title><link>http://systemwrapper.codeplex.com/workitem/16625</link><description>Make it CLS-compliant&lt;br /&gt;</description><author>i9magol</author><pubDate>Mon, 26 Sep 2011 10:47:06 GMT</pubDate><guid isPermaLink="false">Created Issue: CLS-compliant [16625] 20110926104706A</guid></item><item><title>Created Issue: IDisposable [16576]</title><link>http://systemwrapper.codeplex.com/workitem/16576</link><description>I try to write following code&lt;br /&gt;&lt;br /&gt;using&amp;#40;var stream &amp;#61; new FileStreamWrap&amp;#40;...&amp;#41;&amp;#41;&lt;br /&gt;&lt;br /&gt;But I get a error because IDisposable is not used.&lt;br /&gt;</description><author>i9magol</author><pubDate>Thu, 15 Sep 2011 12:57:02 GMT</pubDate><guid isPermaLink="false">Created Issue: IDisposable [16576] 20110915125702P</guid></item><item><title>Closed Issue: IStreamWrap Does Not Implement IDisposable [16164]</title><link>http://systemwrapper.codeplex.com/workitem/16164</link><description>Is there a reason IStreamWrap does not implement the IDisposable interface&amp;#63; System.IO.Stream implements IDisposable, so I would expect IStreamWrap to implement it as well. This affects IStreamWrap and the interfaces that implement it, such as IFileStreamWrap and IMemoryStreamWrap.&lt;br /&gt;Comments: &lt;p&gt;IDisposable has been implemented for FileStreamWrap, MemoryStreamWrap, and StreamReaderWrap classes.&lt;/p&gt;</description><author>vkreynin</author><pubDate>Wed, 29 Jun 2011 19:39:51 GMT</pubDate><guid isPermaLink="false">Closed Issue: IStreamWrap Does Not Implement IDisposable [16164] 20110629073951P</guid></item><item><title>Created Issue: IStreamWrap Does Not Implement IDisposable [16164]</title><link>http://systemwrapper.codeplex.com/workitem/16164</link><description>Is there a reason IStreamWrap does not implement the IDisposable interface&amp;#63; System.IO.Stream implements IDisposable, so I would expect IStreamWrap to implement it as well. This affects IStreamWrap and the interfaces that implement it, such as IFileStreamWrap and IMemoryStreamWrap.&lt;br /&gt;</description><author>paper1337</author><pubDate>Fri, 24 Jun 2011 16:34:11 GMT</pubDate><guid isPermaLink="false">Created Issue: IStreamWrap Does Not Implement IDisposable [16164] 20110624043411P</guid></item><item><title>Created Issue: Patch covering more of System.IO</title><link>http://systemwrapper.codeplex.com/WorkItem/View.aspx?WorkItemId=9649</link><description>I had a similar problem and had created my own wrappers for unit testing with Rhino.Mocks, but Google led me to SystemWrapper and I am now using it.&lt;br /&gt;&lt;br /&gt;Please find attached a patch with a number of further wrappers for missing System.IO classes &amp;#40;BinaryReader, BinaryWriter, MemoryStream, Compression.DeflateStream and File&amp;#41; .  These aren&amp;#39;t complete, but provide partial coverage &amp;#40;the minimum for what I needed for my testing at this stage&amp;#41;.  I hope these are suitable for committing to the trunk.&lt;br /&gt;</description><author>sprocketonline</author><pubDate>Wed, 01 Apr 2009 15:53:28 GMT</pubDate><guid isPermaLink="false">Created Issue: Patch covering more of System.IO 20090401035328P</guid></item></channel></rss>