<?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 on: How to Use InternalsVisibleTo</title>
	<atom:link href="http://www.johnplummer.com/code/how-to-use-internalsvisibleto.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.johnplummer.com/code/how-to-use-internalsvisibleto.html</link>
	<description>Stuff I want to remember</description>
	<lastBuildDate>Thu, 05 Aug 2010 17:39:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: andrea</title>
		<link>http://www.johnplummer.com/code/how-to-use-internalsvisibleto.html/comment-page-1#comment-30800</link>
		<dc:creator>andrea</dc:creator>
		<pubDate>Thu, 05 Aug 2010 17:39:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnplummer.com/visual-studio/how-to-use-internalsvisibleto.html#comment-30800</guid>
		<description>just a note, at least since .net3.0 (and maybe earlier but not sure where to check) in case anyone is looking at this now, this attribute InternalsVisibleTo can be applied to assemblies without strong names too

[assembly: InternalsVisibleTo(&quot;my.unsigned.assembly&quot;)]</description>
		<content:encoded><![CDATA[<p>just a note, at least since .net3.0 (and maybe earlier but not sure where to check) in case anyone is looking at this now, this attribute InternalsVisibleTo can be applied to assemblies without strong names too</p>
<p>[assembly: InternalsVisibleTo("my.unsigned.assembly")]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
