<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>reflectoraddins Work Item Rss Feed</title><link>http://www.codeplex.com/reflectoraddins/WorkItem/List.aspx</link><description>reflectoraddins Work Item Rss Description</description><item><title>Created Issue: PowerShell add-in reports "Unsupported statement TryCatchFinallyStatement" [16447]</title><link>http://reflectoraddins.codeplex.com/workitem/16447</link><description>PowerShell add-in reports &amp;#34;Unsupported statement TryCatchFinallyStatement&amp;#34;&lt;br /&gt;Doesn&amp;#39;t powershell add-in support try..catch..finally statement&amp;#63;&lt;br /&gt;</description><author>VictorWoo</author><pubDate>Wed, 24 Aug 2011 07:11:57 GMT</pubDate><guid isPermaLink="false">Created Issue: PowerShell add-in reports "Unsupported statement TryCatchFinallyStatement" [16447] 20110824071157A</guid></item><item><title>Closed Issue: Plugins not compatible with Reflector 7 [15221]</title><link>http://reflectoraddins.codeplex.com/workitem/15221</link><description>The current version of the plugins are not compatible with the new Reflector 7 &amp;#40;beta&amp;#41;&lt;br /&gt;Comments: &lt;p&gt;Add-ins have been recompiled against Version 7 now&lt;/p&gt;</description><author>Musmuris</author><pubDate>Thu, 30 Jun 2011 10:02:58 GMT</pubDate><guid isPermaLink="false">Closed Issue: Plugins not compatible with Reflector 7 [15221] 20110630100258A</guid></item><item><title>Commented Issue: Plugins not compatible with Reflector 7 [15221]</title><link>http://reflectoraddins.codeplex.com/workitem/15221</link><description>The current version of the plugins are not compatible with the new Reflector 7 &amp;#40;beta&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: sailro ** &lt;p&gt;Reflector 7 has changed its assembly version &amp;#40;previously 5.0.0.0, now 7.0.0.0&amp;#41;, so that lots of plugins fail to load, but without any plugin API changes.&lt;br /&gt;Here is a simple tool to patch all references to Reflector assembly with custom version, so you don&amp;#39;t need to get the plugin source code and recompile.&lt;/p&gt;&lt;p&gt;Tested with Reflexil 1.1, BamlViewer, Graph, CppCli.&lt;/p&gt;&lt;p&gt;http&amp;#58;&amp;#47;&amp;#47;bit.ly&amp;#47;eTPL3D&lt;/p&gt;</description><author>sailro</author><pubDate>Wed, 16 Mar 2011 16:27:55 GMT</pubDate><guid isPermaLink="false">Commented Issue: Plugins not compatible with Reflector 7 [15221] 20110316042755P</guid></item><item><title>Commented Issue: Plugins not compatible with Reflector 7 [15221]</title><link>http://reflectoraddins.codeplex.com/workitem/15221</link><description>The current version of the plugins are not compatible with the new Reflector 7 &amp;#40;beta&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: richarddeeming ** &lt;p&gt;Most of the add-ins still work&amp;#59; they just need to be re-compiled.&lt;/p&gt;&lt;p&gt;   1. Download the latest source code &amp;#91;1&amp;#93;&amp;#59;&lt;br /&gt;   2. Copy Reflector.exe into the &amp;#34;Build&amp;#34; directory&amp;#59;&lt;br /&gt;   3. Open the project in Visual Studio&amp;#59;&lt;br /&gt;   4. Use the configuration manager to change the platform from &amp;#34;.NET 1.0&amp;#34; to &amp;#34;Any CPU&amp;#34;&amp;#59;&lt;br /&gt;   5. Change the target framework to .NET 3.5&amp;#59;&lt;br /&gt;   6. Recompile the add-ins&amp;#59;&lt;/p&gt;&lt;p&gt;You&amp;#39;ll need to add a reference to System.Xml to the VulcanLanguage project. All of the other projects will compile without changes.&lt;/p&gt;&lt;p&gt;Step 5 is needed because Reflector is now using WPF, which isn&amp;#39;t available from a .NET 2.0 project.&lt;/p&gt;&lt;p&gt;&amp;#91;1&amp;#93; http&amp;#58;&amp;#47;&amp;#47;reflectoraddins.codeplex.com&amp;#47;SourceControl&amp;#47;list&amp;#47;changesets&lt;/p&gt;</description><author>richarddeeming</author><pubDate>Tue, 15 Mar 2011 15:53:11 GMT</pubDate><guid isPermaLink="false">Commented Issue: Plugins not compatible with Reflector 7 [15221] 20110315035311P</guid></item><item><title>Created Issue: Plugins not compatible with Reflector 7 [15221]</title><link>http://reflectoraddins.codeplex.com/workitem/15221</link><description>The current version of the plugins are not compatible with the new Reflector 7 &amp;#40;beta&amp;#41;&lt;br /&gt;</description><author>JohaViss</author><pubDate>Wed, 02 Feb 2011 08:49:04 GMT</pubDate><guid isPermaLink="false">Created Issue: Plugins not compatible with Reflector 7 [15221] 20110202084904A</guid></item><item><title>Created Issue: BamlViewer does not recognize BasedOn correctly [14560]</title><link>http://reflectoraddins.codeplex.com/workitem/14560</link><description>I always uses the first one that is found for all styles that are based on a specific type. This is because the reader.ReadInt16&amp;#40;&amp;#41; for the staticResourceIdentifier inside the ReadPropertyWithStaticResourceIdentifier method always returns 0.&lt;br /&gt;</description><author>GeertvanHorrik</author><pubDate>Thu, 28 Oct 2010 12:17:40 GMT</pubDate><guid isPermaLink="false">Created Issue: BamlViewer does not recognize BasedOn correctly [14560] 20101028121740P</guid></item><item><title>Commented Issue: BamlParser does not correctly handle attached properties with namespace prefix (?) [11918]</title><link>http://reflectoraddins.codeplex.com/workitem/11918</link><description>I have an element in my XAML with an attached property defined in my own code&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;SomeElement l&amp;#58;Attached.Property&amp;#61;&amp;#34;foo&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;&lt;br /&gt;The namespace prefix &amp;#34;l&amp;#34; is of course mapped to the .NET namespace where the attached property is defined.&lt;br /&gt;&lt;br /&gt;When i try to parse the BAML stored in the assembly resource &amp;#40;using BamlTranslator&amp;#41;, the result is&lt;br /&gt;&lt;br /&gt;&amp;#60;SomeElement Property&amp;#61;&amp;#34;foo&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;&lt;br /&gt;that is, the namespace prefix and the part on the left-hand side of the dot is missing.&lt;br /&gt;Comments: ** Comment from web user: OzgurDunyam ** &lt;p&gt;&amp;#60;a title&amp;#61;&amp;#39;Sesli Sohbet&amp;#39; href&amp;#61;&amp;#39;http&amp;#58;&amp;#47;&amp;#47;www.ozgurdunyam.com&amp;#39;&amp;#62;Sesli Sohbet&amp;#60;&amp;#47;a&amp;#62;&lt;/p&gt;</description><author>OzgurDunyam</author><pubDate>Sat, 24 Jul 2010 19:37:10 GMT</pubDate><guid isPermaLink="false">Commented Issue: BamlParser does not correctly handle attached properties with namespace prefix (?) [11918] 20100724073710P</guid></item><item><title>Commented Issue: BamlParser does not correctly handle attached properties with namespace prefix (?) [11918]</title><link>http://reflectoraddins.codeplex.com/WorkItem/View.aspx?WorkItemId=11918</link><description>I have an element in my XAML with an attached property defined in my own code&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;SomeElement l&amp;#58;Attached.Property&amp;#61;&amp;#34;foo&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;&lt;br /&gt;The namespace prefix &amp;#34;l&amp;#34; is of course mapped to the .NET namespace where the attached property is defined.&lt;br /&gt;&lt;br /&gt;When i try to parse the BAML stored in the assembly resource &amp;#40;using BamlTranslator&amp;#41;, the result is&lt;br /&gt;&lt;br /&gt;&amp;#60;SomeElement Property&amp;#61;&amp;#34;foo&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;&lt;br /&gt;that is, the namespace prefix and the part on the left-hand side of the dot is missing.&lt;br /&gt;Comments: ** Comment from web user: sisnaz ** &lt;p&gt;Yeah, the Baml Viewer is jacked for the 3.5 and 4.0 framework. It doesn&amp;#39;t appear to have been updated for a few years now. It does ok for the most part, but the namespaces are all over the place. The template bindings is another problem I&amp;#39;m finding. It&amp;#39;s a great tool, hopefully they will update it soon.&lt;/p&gt;</description><author>sisnaz</author><pubDate>Thu, 22 Apr 2010 18:04:33 GMT</pubDate><guid isPermaLink="false">Commented Issue: BamlParser does not correctly handle attached properties with namespace prefix (?) [11918] 20100422060433P</guid></item><item><title>Created Issue: BamlParser does not correctly handle attached properties with namespace prefix (?) [11918]</title><link>http://reflectoraddins.codeplex.com/WorkItem/View.aspx?WorkItemId=11918</link><description>I have an element in my XAML with an attached property defined in my own code&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;SomeElement l&amp;#58;Attached.Property&amp;#61;&amp;#34;foo&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;&lt;br /&gt;The namespace prefix &amp;#34;l&amp;#34; is of course mapped to the .NET namespace where the attached property is defined.&lt;br /&gt;&lt;br /&gt;When i try to parse the BAML stored in the assembly resource &amp;#40;using BamlTranslator&amp;#41;, the result is&lt;br /&gt;&lt;br /&gt;&amp;#60;SomeElement Property&amp;#61;&amp;#34;foo&amp;#34;&amp;#47;&amp;#62;&lt;br /&gt;&lt;br /&gt;that is, the namespace prefix and the part on the left-hand side of the dot is missing.&lt;br /&gt;</description><author>erikakerfeldt</author><pubDate>Wed, 24 Feb 2010 18:55:08 GMT</pubDate><guid isPermaLink="false">Created Issue: BamlParser does not correctly handle attached properties with namespace prefix (?) [11918] 20100224065508P</guid></item><item><title>Created Issue: quite a few download links leads to graph.zip instead of the target file [11877]</title><link>http://reflectoraddins.codeplex.com/WorkItem/View.aspx?WorkItemId=11877</link><description>there seems to be wrong links to download to a number add-Ins&lt;br /&gt;</description><author>gg9</author><pubDate>Mon, 22 Feb 2010 17:59:42 GMT</pubDate><guid isPermaLink="false">Created Issue: quite a few download links leads to graph.zip instead of the target file [11877] 20100222055942P</guid></item><item><title>Commented Issue: Reflector.Diff: Always comparing to the self</title><link>http://www.codeplex.com/reflectoraddins/WorkItem/View.aspx?WorkItemId=6113</link><description>I&amp;#39;m trying to compare two versions of the same assembly, both located on a remote share &amp;#40;I&amp;#39;m using a UNC path&amp;#41;. I open one assembly in Reflector and use the Browse buttons of the Diff screen and dialog boxes to locate the second assembly which resides in a different folder. When I select the second assembly and click OK, Diff displays &amp;#34;Comparing to self&amp;#34; in the top label and does not show any information about the second assembly. I must mention that both assemblies have the same version, but they are in fact different. I thought that it could be an issue with a UNC path, so I copied the second assembly to my desktop and renamed it, but still got the same result. If I pick a system assembly, Diff works as expected.&lt;br /&gt;Comments: ** Comment from web user: bemar ** &lt;p&gt;Here&amp;#39;s my workaround. I recompiled the latest assembly and increment the version number in AssemblyInfo.cs &amp;#40;just to make it different from the old one&amp;#41;. Add the two assemblies &amp;#40;old and new version&amp;#41; in Reflector. Select the first assembly then click the Tools-&amp;#62;Assembly Diff submenu. There you go.&lt;/p&gt;</description><author>bemar</author><pubDate>Tue, 24 Feb 2009 06:58:43 GMT</pubDate><guid isPermaLink="false">Commented Issue: Reflector.Diff: Always comparing to the self 20090224065843A</guid></item><item><title>Created Issue: PowerShell Langauge bug in multiplication</title><link>http://www.codeplex.com/reflectoraddins/WorkItem/View.aspx?WorkItemId=7832</link><description>First of all, AWESOME work, thanks to everyone involved ... and ... is this still the best place to post bugs for these&amp;#63;&lt;br /&gt;&lt;br /&gt;I have an assembly where the code generated looks like this in C&amp;#35;&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#123;&amp;#123;&lt;br /&gt;    for &amp;#40;int i &amp;#61; 0&amp;#59; i &amp;#60; num5&amp;#59; i&amp;#43;&amp;#43;&amp;#41;&lt;br /&gt;    &amp;#123;&lt;br /&gt;        double num9 &amp;#61; &amp;#40;random.NextDouble&amp;#40;&amp;#41; &amp;#42; num6&amp;#41; &amp;#43; num&amp;#59;&lt;br /&gt;...&lt;br /&gt;    &amp;#125;&lt;br /&gt;&amp;#125;&amp;#125;&lt;br /&gt;&lt;br /&gt;But like this, in PowerShell&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#123;&amp;#123;&lt;br /&gt;    for&amp;#40;&amp;#36;i &amp;#61; 0&amp;#59; &amp;#40;&amp;#36;i -lt &amp;#36;num5&amp;#41;&amp;#59; &amp;#36;i&amp;#43;&amp;#43;&amp;#41;&lt;br /&gt;    &amp;#123;&lt;br /&gt;        &amp;#36;num9 &amp;#61; &amp;#40;&amp;#40;&amp;#36;random.NextDouble&amp;#40;&amp;#41;&amp;#36;num6&amp;#41; &amp;#43; &amp;#36;num&amp;#41;&lt;br /&gt;...&lt;br /&gt;    &amp;#125;&lt;br /&gt;&amp;#125;&amp;#125;&lt;br /&gt;&lt;br /&gt;It&amp;#39;s just missing a multiplication operator&amp;#58; &amp;#42;&lt;br /&gt;</description><author>Jaykul</author><pubDate>Thu, 16 Oct 2008 14:14:41 GMT</pubDate><guid isPermaLink="false">Created Issue: PowerShell Langauge bug in multiplication 20081016021441P</guid></item><item><title>Created Issue: Reflector auto-update doesn't work through a non-MS proxy server</title><link>http://www.codeplex.com/reflectoraddins/WorkItem/View.aspx?WorkItemId=7084</link><description>Reflector doesn&amp;#39;t allow the user to submit credentials as part of the auto-update process meaning that everytime a new version is released the built-in one is disabled and a new version has to be downloaded manually.&lt;br /&gt;</description><author>SSG31415926</author><pubDate>Fri, 25 Jul 2008 17:30:30 GMT</pubDate><guid isPermaLink="false">Created Issue: Reflector auto-update doesn't work through a non-MS proxy server 20080725053030P</guid></item><item><title>Created Issue: Crash when expanding types from disassembler view</title><link>http://www.codeplex.com/reflectoraddins/WorkItem/View.aspx?WorkItemId=6980</link><description>Disassemble System.Linq. From disassembler view, click to expand types then App crash. The Linq assembly is under System.Core. Screenshot of error provided.&lt;br /&gt;</description><author>ewest305</author><pubDate>Fri, 18 Jul 2008 12:02:02 GMT</pubDate><guid isPermaLink="false">Created Issue: Crash when expanding types from disassembler view 20080718120202P</guid></item><item><title>Created Issue: Resource Extractor</title><link>http://www.codeplex.com/reflectoraddins/WorkItem/View.aspx?WorkItemId=6368</link><description>This is .NET Reflector Add-In that allows extraction of the resources form the assembly into provided folder.&lt;br /&gt;&lt;br /&gt;To use this&amp;#58;&lt;br /&gt;&lt;br /&gt;1&amp;#41; Click on the assembly &amp;#40;root element&amp;#41;&lt;br /&gt;&lt;br /&gt;2&amp;#41; Tools --&amp;#62; Extract Resources&lt;br /&gt;&lt;br /&gt;3&amp;#41; Choose a folder &amp;#40;via folder browser window&amp;#41;&lt;br /&gt;&lt;br /&gt;4&amp;#41; Click OK, all resources from an assembly will be extracted to specified folder.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Enjoy...&lt;br /&gt;&lt;br /&gt;PS. I do not take any responsibility for how you will use it nor if any damage is cause to you or machine you executed this add-in on, This is for educational reasons only.&lt;br /&gt;</description><author>grigorey</author><pubDate>Mon, 16 Jun 2008 08:39:15 GMT</pubDate><guid isPermaLink="false">Created Issue: Resource Extractor 20080616083915A</guid></item><item><title>Commented Issue: Reflector.Diff: Always comparing to the self</title><link>http://www.codeplex.com/reflectoraddins/WorkItem/View.aspx?WorkItemId=6113</link><description>I&amp;#39;m trying to compare two versions of the same assembly, both located on a remote share &amp;#40;I&amp;#39;m using a UNC path&amp;#41;. I open one assembly in Reflector and use the Browse buttons of the Diff screen and dialog boxes to locate the second assembly which resides in a different folder. When I select the second assembly and click OK, Diff displays &amp;#34;Comparing to self&amp;#34; in the top label and does not show any information about the second assembly. I must mention that both assemblies have the same version, but they are in fact different. I thought that it could be an issue with a UNC path, so I copied the second assembly to my desktop and renamed it, but still got the same result. If I pick a system assembly, Diff works as expected.&lt;br /&gt;Comments: ** Comment from web user: thoughtcriminal ** &lt;p&gt;Another comment here is that although Reflector.Diff is very nice I found it inconvenient for one of 2 typical scenarios&amp;#58;&lt;br /&gt;1&amp;#41; you are looking at a specific place in code &amp;#40;typically a method&amp;#41;&lt;br /&gt;2&amp;#41; you are looking at what changes are in the whole assembly&lt;br /&gt;Re 1&amp;#41; Reflector.Diff works like charm&lt;br /&gt;Re 2&amp;#41; It&amp;#39;s much better to export certain assembly using the built-in Reflector export feature which will produce &amp;#34;a project&amp;#34; for you and then you should be able to use any file&amp;#47;directory comparison tool you prefer to use &amp;#40;I recommend open-source WinMerge or built-in comparison tool from Total Commander&amp;#41;&lt;/p&gt;</description><author>thoughtcriminal</author><pubDate>Wed, 11 Jun 2008 16:53:00 GMT</pubDate><guid isPermaLink="false">Commented Issue: Reflector.Diff: Always comparing to the self 20080611045300P</guid></item><item><title>Commented Issue: Reflector.Diff: Always comparing to the self</title><link>http://www.codeplex.com/reflectoraddins/WorkItem/View.aspx?WorkItemId=6113</link><description>I&amp;#39;m trying to compare two versions of the same assembly, both located on a remote share &amp;#40;I&amp;#39;m using a UNC path&amp;#41;. I open one assembly in Reflector and use the Browse buttons of the Diff screen and dialog boxes to locate the second assembly which resides in a different folder. When I select the second assembly and click OK, Diff displays &amp;#34;Comparing to self&amp;#34; in the top label and does not show any information about the second assembly. I must mention that both assemblies have the same version, but they are in fact different. I thought that it could be an issue with a UNC path, so I copied the second assembly to my desktop and renamed it, but still got the same result. If I pick a system assembly, Diff works as expected.&lt;br /&gt;Comments: ** Comment from web user: thoughtcriminal ** &lt;p&gt;Ok, I just confirmed that the problem 99,99&amp;#37; is caused by assembly version number.&lt;br /&gt;I used Reflexil addon for .NET Reflector to update the assembly version number. After I saved Reflector.Diff started working as expected. I haven&amp;#39;t actually got into the details of it but possibly Reflexil does many changes &amp;#40;besides the version number&amp;#41; to the original assembly so probably you should expect some changes like references order change, etc.&lt;/p&gt;</description><author>thoughtcriminal</author><pubDate>Wed, 11 Jun 2008 12:48:13 GMT</pubDate><guid isPermaLink="false">Commented Issue: Reflector.Diff: Always comparing to the self 20080611124813P</guid></item><item><title>Commented Issue: Reflector.Diff: Always comparing to the self</title><link>http://www.codeplex.com/reflectoraddins/WorkItem/View.aspx?WorkItemId=6113</link><description>I&amp;#39;m trying to compare two versions of the same assembly, both located on a remote share &amp;#40;I&amp;#39;m using a UNC path&amp;#41;. I open one assembly in Reflector and use the Browse buttons of the Diff screen and dialog boxes to locate the second assembly which resides in a different folder. When I select the second assembly and click OK, Diff displays &amp;#34;Comparing to self&amp;#34; in the top label and does not show any information about the second assembly. I must mention that both assemblies have the same version, but they are in fact different. I thought that it could be an issue with a UNC path, so I copied the second assembly to my desktop and renamed it, but still got the same result. If I pick a system assembly, Diff works as expected.&lt;br /&gt;Comments: ** Comment from web user: thoughtcriminal ** &lt;p&gt;I get the same result with the practically the same scenario &amp;#40;I&amp;#39;m not loading from UNC, but local hard drive&amp;#41;.&lt;br /&gt;Anyone knows how to change the version of assembly&amp;#63;&lt;/p&gt;</description><author>thoughtcriminal</author><pubDate>Wed, 11 Jun 2008 12:32:06 GMT</pubDate><guid isPermaLink="false">Commented Issue: Reflector.Diff: Always comparing to the self 20080611123206P</guid></item><item><title>COMMENTED ISSUE: Add Comment functionality to FileDisassembler</title><link>http://www.codeplex.com/reflectoraddins/WorkItem/View.aspx?WorkItemId=3025</link><description>If you are in Reflector and you go on a special Class, press the space key, you will see the disassembled class WITH COMMENTS &amp;#40;XML comments&amp;#41;. If you use the &amp;#34;FileDisassembler&amp;#34; you dont see the comments &amp;#40;e.g. &amp;#60;summary&amp;#62; This is a summary&amp;#60;&amp;#47;summary&amp;#62;&amp;#41;  any more. Please provide the possibility to create disassambled file WITH comments. Thanks.&lt;br /&gt;Comments: ** Comment from web user: lutzroeder ** &lt;p&gt;Reported to author of FileDisassembler.&lt;/p&gt;&lt;p&gt;&amp;#42;&amp;#42; Closed by lutzroeder 9&amp;#47;12&amp;#47;2007 12&amp;#58;36 AM&lt;/p&gt;</description><author>lutzroeder</author><pubDate>Thu, 05 Jun 2008 10:00:18 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Add Comment functionality to FileDisassembler 20080605100018A</guid></item><item><title>CREATED ISSUE: Reflector.Diff: Always comparing to the self</title><link>http://www.codeplex.com/reflectoraddins/WorkItem/View.aspx?WorkItemId=6113</link><description>I&amp;#39;m trying to compare two versions of the same assembly, both located on a remote share &amp;#40;I&amp;#39;m using a UNC path&amp;#41;. I open one assembly in Reflector and use the Browse buttons of the Diff screen and dialog boxes to locate the second assembly which resides in a different folder. When I select the second assembly and click OK, Diff displays &amp;#34;Comparing to self&amp;#34; in the top label and does not show any information about the second assembly. I must mention that both assemblies have the same version, but they are in fact different. I thought that it could be an issue with a UNC path, so I copied the second assembly to my desktop and renamed it, but still got the same result. If I pick a system assembly, Diff works as expected.&lt;br /&gt;</description><author>alekdavis</author><pubDate>Mon, 05 May 2008 19:06:35 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Reflector.Diff: Always comparing to the self 20080505070635P</guid></item></channel></rss>