<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Testing internals members with InternalsVisibleTo attribute.</title>
	<atom:link href="http://vkreynin.wordpress.com/2007/12/09/testing-internals-members-with-internalsvisibleto-attribute/feed/" rel="self" type="application/rss+xml" />
	<link>http://vkreynin.wordpress.com/2007/12/09/testing-internals-members-with-internalsvisibleto-attribute/</link>
	<description>Never stop learning.</description>
	<lastBuildDate>Fri, 18 Dec 2009 16:34:47 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Omer Mor</title>
		<link>http://vkreynin.wordpress.com/2007/12/09/testing-internals-members-with-internalsvisibleto-attribute/#comment-619</link>
		<dc:creator>Omer Mor</dc:creator>
		<pubDate>Sun, 12 Apr 2009 16:55:25 +0000</pubDate>
		<guid isPermaLink="false">http://vkreynin.wordpress.com/2007/12/09/testing-internals-members-with-internalsvisibleto-attribute/#comment-619</guid>
		<description>Vadim,
I know that it goes against the documentation, but I can assure you it works.</description>
		<content:encoded><![CDATA[<p>Vadim,<br />
I know that it goes against the documentation, but I can assure you it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mcgurk</title>
		<link>http://vkreynin.wordpress.com/2007/12/09/testing-internals-members-with-internalsvisibleto-attribute/#comment-347</link>
		<dc:creator>mcgurk</dc:creator>
		<pubDate>Mon, 10 Dec 2007 13:56:16 +0000</pubDate>
		<guid isPermaLink="false">http://vkreynin.wordpress.com/2007/12/09/testing-internals-members-with-internalsvisibleto-attribute/#comment-347</guid>
		<description>Anybody try this with delay signed assemblies?</description>
		<content:encoded><![CDATA[<p>Anybody try this with delay signed assemblies?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vkreynin</title>
		<link>http://vkreynin.wordpress.com/2007/12/09/testing-internals-members-with-internalsvisibleto-attribute/#comment-340</link>
		<dc:creator>vkreynin</dc:creator>
		<pubDate>Sun, 09 Dec 2007 23:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://vkreynin.wordpress.com/2007/12/09/testing-internals-members-with-internalsvisibleto-attribute/#comment-340</guid>
		<description>Omer,
I don&#039;t think that you can use InternalsVisibleTo attribute without strong-named assembly.  Microsoft documentation specifically says: &quot;This attribute can only be applied to strong-named assemblies&quot;.</description>
		<content:encoded><![CDATA[<p>Omer,<br />
I don&#8217;t think that you can use InternalsVisibleTo attribute without strong-named assembly.  Microsoft documentation specifically says: &#8220;This attribute can only be applied to strong-named assemblies&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omer Mor</title>
		<link>http://vkreynin.wordpress.com/2007/12/09/testing-internals-members-with-internalsvisibleto-attribute/#comment-339</link>
		<dc:creator>Omer Mor</dc:creator>
		<pubDate>Sun, 09 Dec 2007 23:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://vkreynin.wordpress.com/2007/12/09/testing-internals-members-with-internalsvisibleto-attribute/#comment-339</guid>
		<description>You can actually use this attribute with unsigned assemblies as well.
There is one (undocumented) pitfall you should be aware of:
You can&#039;t have the following attributes in your assemblies:

[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile(&quot;&quot;)]
[assembly: AssemblyKeyName(&quot;&quot;)]

Those were used to be included by default in the AssemblyInfo.cs by VS2003. You just need to remove them in order to use the InternalsVisibleTo attribute (called friend assemblies).</description>
		<content:encoded><![CDATA[<p>You can actually use this attribute with unsigned assemblies as well.<br />
There is one (undocumented) pitfall you should be aware of:<br />
You can&#8217;t have the following attributes in your assemblies:</p>
<p>[assembly: AssemblyDelaySign(false)]<br />
[assembly: AssemblyKeyFile("")]<br />
[assembly: AssemblyKeyName("")]</p>
<p>Those were used to be included by default in the AssemblyInfo.cs by VS2003. You just need to remove them in order to use the InternalsVisibleTo attribute (called friend assemblies).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
