<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments for Talking About Code</title>
	<atom:link href="http://www.ambersolutions.com.au/dburstin/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ambersolutions.com.au/dburstin</link>
	<description>A journey of learning, trying and learning some more</description>
	<lastBuildDate>Wed, 05 Feb 2014 23:40:19 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>Comment on Growing IDisposable Guided By Tests by admin</title>
		<link>http://www.ambersolutions.com.au/dburstin/index.php/2014/02/03/growing-idisposable-guided-by-tests/#comment-5</link>
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 05 Feb 2014 23:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.ambersolutions.com.au/dburstin/?p=74#comment-5</guid>
		<description><![CDATA[Hi J.B. Thanks for the reply.

I thought about doing something like that but it just seems to shift the problem (if I am understanding you correctly). While this would allow me to test that SuppressFinalizeOnThis() was called, the thing I really need to test is that GC.SuppressFinalize(this) was called. I would still need to confirm that this call was being made inside SuppressFinalizeOnThis(). I don&#039;t know how to do that except by visual inspection, which gets me back to the original problem.]]></description>
		<content:encoded><![CDATA[<p>Hi J.B. Thanks for the reply.</p>
<p>I thought about doing something like that but it just seems to shift the problem (if I am understanding you correctly). While this would allow me to test that SuppressFinalizeOnThis() was called, the thing I really need to test is that GC.SuppressFinalize(this) was called. I would still need to confirm that this call was being made inside SuppressFinalizeOnThis(). I don&#8217;t know how to do that except by visual inspection, which gets me back to the original problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Growing IDisposable Guided By Tests by J. B. Rainsberger</title>
		<link>http://www.ambersolutions.com.au/dburstin/index.php/2014/02/03/growing-idisposable-guided-by-tests/#comment-4</link>
		<dc:creator><![CDATA[J. B. Rainsberger]]></dc:creator>
		<pubDate>Wed, 05 Feb 2014 22:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ambersolutions.com.au/dburstin/?p=74#comment-4</guid>
		<description><![CDATA[Regarding test 3, you could check your call to GC.SuppressFinalize(this) by introducing a non-public instance method SuppressFinalizeOnThis() which delegates to GC. This then acts like a collaborator that, in some languages, you might pull out into a mixin/trait.

I don&#039;t think I&#039;d suggest it until you had reason to believe that you weren&#039;t calling GC.SuppressFinalize() correctly.]]></description>
		<content:encoded><![CDATA[<p>Regarding test 3, you could check your call to GC.SuppressFinalize(this) by introducing a non-public instance method SuppressFinalizeOnThis() which delegates to GC. This then acts like a collaborator that, in some languages, you might pull out into a mixin/trait.</p>
<p>I don&#8217;t think I&#8217;d suggest it until you had reason to believe that you weren&#8217;t calling GC.SuppressFinalize() correctly.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
