<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>findrefs</title><link>http://findrefs.codeplex.com/Project/ProjectRss.aspx</link><description>Finds method, property and field references made on types in other .NET assemblies</description><item><title>CREATED ISSUE: Need ability to provide different name for output file</title><link>http://www.codeplex.com/findrefs/WorkItem/View.aspx?WorkItemId=1531</link><description>Need ability to provide different name for output file </description><author>senthilkumar</author><pubDate>Wed, 25 Apr 2007 21:41:57 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Need ability to provide different name for output file 20070425094157P</guid></item><item><title>CREATED ISSUE: Add ability to skip configured assemblies + system assemblies</title><link>http://www.codeplex.com/findrefs/WorkItem/View.aspx?WorkItemId=1530</link><description>Currently, most of the external references refer to types in mscorlib and system.dll. Need ability to filter those, or even better, filter by a list of assemblies. </description><author>senthilkumar</author><pubDate>Wed, 25 Apr 2007 21:41:55 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Add ability to skip configured assemblies + system assemblies 20070425094155P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/findrefs/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>senthilkumar</author><pubDate>Tue, 17 Apr 2007 16:00:13 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070417040013P</guid></item><item><title>CREATED RELEASE: 1.0 Release Candidate</title><link>http://www.codeplex.com/findrefs/Release/ProjectReleases.aspx?ReleaseId=2875</link><description>This release supports filtering output based on types, with the ability to include and exclude specific types via command line arguments. It also fixes a couple of bugs that prevented generic types and inner classes from being processed correctly.</description><author></author><pubDate>Thu, 05 Apr 2007 07:00:00 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: 1.0 Release Candidate 20070405070000A</guid></item><item><title>RELEASED: 1.0 Release Candidate</title><link>http://www.codeplex.com/findrefs/Release/ProjectReleases.aspx?ReleaseId=2875</link><description>This release supports filtering output based on types, with the ability to include and exclude specific types via command line arguments. It also fixes a couple of bugs that prevented generic types and inner classes from being processed correctly.</description><author></author><pubDate>Thu, 05 Apr 2007 07:00:00 GMT</pubDate><guid isPermaLink="false">RELEASED: 1.0 Release Candidate 20070405070000A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/findrefs/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>senthilkumar</author><pubDate>Thu, 05 Apr 2007 03:28:07 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070405032807A</guid></item><item><title>CREATED ISSUE: Need ability to provide different name for output file</title><link>http://www.codeplex.com/findrefs/WorkItem/View.aspx?WorkItemId=1387</link><description>Need ability to provide different name for output file </description><author>senthilkumar</author><pubDate>Wed, 28 Mar 2007 05:55:22 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Need ability to provide different name for output file 20070328055522A</guid></item><item><title>CREATED ISSUE: Add ability to skip configured assemblies + system assemblies</title><link>http://www.codeplex.com/findrefs/WorkItem/View.aspx?WorkItemId=1386</link><description>Currently, most of the external references refer to types in mscorlib and system.dll. Need ability to filter those, or even better, filter by a list of assemblies. </description><author>senthilkumar</author><pubDate>Wed, 28 Mar 2007 05:54:45 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Add ability to skip configured assemblies + system assemblies 20070328055445A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/findrefs/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
findrefs is a tool that uses the Mono.Cecil library to analyze .NET assemblies and report references to types outside the current assembly. It allows you to quickly get an overview of the method, property and field references made to types on other assemblies.&lt;br /&gt; &lt;br /&gt;findrefs takes a .NET assembly path as the parameter and generates an XML file with the following structure&lt;br /&gt;&lt;pre&gt;
&amp;lt;References&amp;gt;
  &amp;lt;Assembly name=&amp;quot;...&amp;quot;&amp;gt;
     &amp;lt;Type name=&amp;quot;...&amp;quot;&amp;gt;
        &amp;lt;Reference name=&amp;quot;...&amp;quot; /&amp;gt;
        &amp;lt;Reference name=&amp;quot;...&amp;quot; /&amp;gt;
        ...
     &amp;lt;/Type&amp;gt;
     ...
  &amp;lt;/Assembly&amp;gt;
  &amp;lt;Assembly name=&amp;quot;...&amp;quot;&amp;gt;
     &amp;lt;Type name=&amp;quot;...&amp;quot;&amp;gt;
        &amp;lt;Reference name=&amp;quot;...&amp;quot; /&amp;gt;
        &amp;lt;Reference name=&amp;quot;...&amp;quot; /&amp;gt;
        ...
     &amp;lt;/Type&amp;gt;
     ...
  &amp;lt;/Assembly&amp;gt;
  ...
&amp;lt;/References&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;</description><author>senthilkumar</author><pubDate>Wed, 28 Mar 2007 05:37:38 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070328053738A</guid></item><item><title>UPDATED RELEASE: 0.9 Beta</title><link>http://www.codeplex.com/findrefs/Release/ProjectReleases.aspx?ReleaseId=2704</link><description>Generates XML file in the current directory, when given a .NET assembly path

{{
 findrefs &lt;assemblyname&gt;
}}</description><author></author><pubDate>Tue, 27 Mar 2007 07:00:00 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 0.9 Beta 20070327070000A</guid></item></channel></rss>