<?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"
	>
<channel>
	<title>Comments on: ReSharper 5.1: Bug Fixes, Performance, XAML 2009</title>
	<atom:link href="http://blogs.jetbrains.com/dotnet/2010/07/resharper-51-bug-fixes-performance-xaml-2009/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.jetbrains.com/dotnet/2010/07/resharper-51-bug-fixes-performance-xaml-2009/</link>
	<description>ReSharper for productivity, dotTrace for performance, dotCover for test coverage</description>
	<pubDate>Wed, 16 May 2012 20:49:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Kirill</title>
		<link>http://blogs.jetbrains.com/dotnet/2010/07/resharper-51-bug-fixes-performance-xaml-2009/#comment-315492</link>
		<dc:creator>Kirill</dc:creator>
		<pubDate>Tue, 03 Aug 2010 15:16:16 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/?p=717#comment-315492</guid>
		<description>@D.P.Bullington, 
What R# build number do you use? Please mail me directly Kirill[dot]Falk@jetbrains[dot]com</description>
		<content:encoded><![CDATA[<p>@D.P.Bullington,<br />
What R# build number do you use? Please mail me directly Kirill[dot]Falk@jetbrains[dot]com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D. P. Bullington</title>
		<link>http://blogs.jetbrains.com/dotnet/2010/07/resharper-51-bug-fixes-performance-xaml-2009/#comment-315463</link>
		<dc:creator>D. P. Bullington</dc:creator>
		<pubDate>Mon, 02 Aug 2010 21:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/?p=717#comment-315463</guid>
		<description>I am using the latest 5.1 bit of R# and experience VS 2010 hangs in WPF editor mode on very small XAML files. It is getting to the point where it is a deal breaker. I can provide code and memory dumps of devenv.exe when this occurs. Let me know if you want them.</description>
		<content:encoded><![CDATA[<p>I am using the latest 5.1 bit of R# and experience VS 2010 hangs in WPF editor mode on very small XAML files. It is getting to the point where it is a deal breaker. I can provide code and memory dumps of devenv.exe when this occurs. Let me know if you want them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jens-Peter Giersch</title>
		<link>http://blogs.jetbrains.com/dotnet/2010/07/resharper-51-bug-fixes-performance-xaml-2009/#comment-315312</link>
		<dc:creator>Jens-Peter Giersch</dc:creator>
		<pubDate>Wed, 28 Jul 2010 22:17:18 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/?p=717#comment-315312</guid>
		<description>If one record in a data driven unit test is failing, I cannot see at which record the test fails. In TD I can see the value for the parameters causing the failing, in VS I can get a list of every single value.
Did I overlook this in R#?</description>
		<content:encoded><![CDATA[<p>If one record in a data driven unit test is failing, I cannot see at which record the test fails. In TD I can see the value for the parameters causing the failing, in VS I can get a list of every single value.<br />
Did I overlook this in R#?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jura Gorohovsky</title>
		<link>http://blogs.jetbrains.com/dotnet/2010/07/resharper-51-bug-fixes-performance-xaml-2009/#comment-315020</link>
		<dc:creator>Jura Gorohovsky</dc:creator>
		<pubDate>Sat, 17 Jul 2010 09:26:45 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/?p=717#comment-315020</guid>
		<description>@Luedi,
Structural Search and Replace will most definitely support VB.NET
As to your other suggestions, we'll think about them. We've got some ideas reg. replacing VS standard VB formatting features but no specific plans yet.</description>
		<content:encoded><![CDATA[<p>@Luedi,<br />
Structural Search and Replace will most definitely support VB.NET<br />
As to your other suggestions, we&#8217;ll think about them. We&#8217;ve got some ideas reg. replacing VS standard VB formatting features but no specific plans yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luedi</title>
		<link>http://blogs.jetbrains.com/dotnet/2010/07/resharper-51-bug-fixes-performance-xaml-2009/#comment-315017</link>
		<dc:creator>Luedi</dc:creator>
		<pubDate>Sat, 17 Jul 2010 06:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/?p=717#comment-315017</guid>
		<description>@Jura Gorohovsky

maybe you should think about writing an own VB editor as Visual Studio plugin. I mostly work on C# projects, but currently have to migrate some VB6 applications to VB.NET. The VB editor has some annoying features which MS propagate as comfort functions:

- The permanent background compile decreases the performance, specially on large files and if there are many errors in the solution. Sometimes it feels like the background compile is in conflict with R# background code analysis.
- Why the hell does the compiler stops to compile after 100 errors? (i think this is "feature" of vbc.exe)
- The automatic code formatting sucks. Unfortunately R#'s VB formatting has also errors (i had entered a jira / youtrack issue a year ago on these issues, but nothing happened until now)

Beneath these issues it would be great when you can enable "Structural Find And Replace" for VB. In my current project i have to replace OCX-Controls by their .NET versions. The interface of the controls have changed dramatically. So i have to walk through the code and change the calls manually. Structural Find and replace would be a great thing to automate this annoying job.

If you can target these issues in the next R# release VB support for me will make a big step forward.</description>
		<content:encoded><![CDATA[<p>@Jura Gorohovsky</p>
<p>maybe you should think about writing an own VB editor as Visual Studio plugin. I mostly work on C# projects, but currently have to migrate some VB6 applications to VB.NET. The VB editor has some annoying features which MS propagate as comfort functions:</p>
<p>- The permanent background compile decreases the performance, specially on large files and if there are many errors in the solution. Sometimes it feels like the background compile is in conflict with R# background code analysis.<br />
- Why the hell does the compiler stops to compile after 100 errors? (i think this is &#8220;feature&#8221; of vbc.exe)<br />
- The automatic code formatting sucks. Unfortunately R#&#8217;s VB formatting has also errors (i had entered a jira / youtrack issue a year ago on these issues, but nothing happened until now)</p>
<p>Beneath these issues it would be great when you can enable &#8220;Structural Find And Replace&#8221; for VB. In my current project i have to replace OCX-Controls by their .NET versions. The interface of the controls have changed dramatically. So i have to walk through the code and change the calls manually. Structural Find and replace would be a great thing to automate this annoying job.</p>
<p>If you can target these issues in the next R# release VB support for me will make a big step forward.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xhafan</title>
		<link>http://blogs.jetbrains.com/dotnet/2010/07/resharper-51-bug-fixes-performance-xaml-2009/#comment-314940</link>
		<dc:creator>xhafan</dc:creator>
		<pubDate>Thu, 15 Jul 2010 13:59:42 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/?p=717#comment-314940</guid>
		<description>"We are still experiencing issues with the NUnit test runner which has appeared since some of the later 5.1 EAP builds.

When you have tests in an abstract base class, they are not run and show up as ignored."

I can confim this is an issue for me as well. Please fix this, I had to downgrade to version 4.5 again.</description>
		<content:encoded><![CDATA[<p>&#8220;We are still experiencing issues with the NUnit test runner which has appeared since some of the later 5.1 EAP builds.</p>
<p>When you have tests in an abstract base class, they are not run and show up as ignored.&#8221;</p>
<p>I can confim this is an issue for me as well. Please fix this, I had to downgrade to version 4.5 again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tadeusz</title>
		<link>http://blogs.jetbrains.com/dotnet/2010/07/resharper-51-bug-fixes-performance-xaml-2009/#comment-314939</link>
		<dc:creator>Tadeusz</dc:creator>
		<pubDate>Thu, 15 Jul 2010 13:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/?p=717#comment-314939</guid>
		<description>It's a pity these weren't included in 5.1- they make us stop using R# formatter:
http://youtrack.jetbrains.net/issue/RSRP-180449
http://youtrack.jetbrains.net/issue/RSRP-182912
http://youtrack.jetbrains.net/issue/RSRP-181711

what's more one them is marked Major and one Critical....</description>
		<content:encoded><![CDATA[<p>It&#8217;s a pity these weren&#8217;t included in 5.1- they make us stop using R# formatter:<br />
<a href="http://youtrack.jetbrains.net/issue/RSRP-180449" rel="nofollow">http://youtrack.jetbrains.net/issue/RSRP-180449</a><br />
<a href="http://youtrack.jetbrains.net/issue/RSRP-182912" rel="nofollow">http://youtrack.jetbrains.net/issue/RSRP-182912</a><br />
<a href="http://youtrack.jetbrains.net/issue/RSRP-181711" rel="nofollow">http://youtrack.jetbrains.net/issue/RSRP-181711</a></p>
<p>what&#8217;s more one them is marked Major and one Critical&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jura Gorohovsky</title>
		<link>http://blogs.jetbrains.com/dotnet/2010/07/resharper-51-bug-fixes-performance-xaml-2009/#comment-314918</link>
		<dc:creator>Jura Gorohovsky</dc:creator>
		<pubDate>Wed, 14 Jul 2010 13:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/?p=717#comment-314918</guid>
		<description>@Klaus Luedenscheidt

Extended VB support is one of our priorities for R# 6, along with JavaScript and CSS. Currently we're looking to make a more complete feature coverage for VB9 and VB10, as well as a set of VB-specific inspections.

Whether or not we're going to release any public builds before R# 6 EAP remains to be seen - we'll see how things are going.</description>
		<content:encoded><![CDATA[<p>@Klaus Luedenscheidt</p>
<p>Extended VB support is one of our priorities for R# 6, along with JavaScript and CSS. Currently we&#8217;re looking to make a more complete feature coverage for VB9 and VB10, as well as a set of VB-specific inspections.</p>
<p>Whether or not we&#8217;re going to release any public builds before R# 6 EAP remains to be seen - we&#8217;ll see how things are going.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jura Gorohovsky</title>
		<link>http://blogs.jetbrains.com/dotnet/2010/07/resharper-51-bug-fixes-performance-xaml-2009/#comment-314916</link>
		<dc:creator>Jura Gorohovsky</dc:creator>
		<pubDate>Wed, 14 Jul 2010 11:17:26 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/?p=717#comment-314916</guid>
		<description>@Steven, Dejan

Thanks for reporting this.

We've got this bug tracked at http://youtrack.jetbrains.net/issue/RSRP-185948 and http://youtrack.jetbrains.net/issue/RSRP-186146</description>
		<content:encoded><![CDATA[<p>@Steven, Dejan</p>
<p>Thanks for reporting this.</p>
<p>We&#8217;ve got this bug tracked at <a href="http://youtrack.jetbrains.net/issue/RSRP-185948" rel="nofollow">http://youtrack.jetbrains.net/issue/RSRP-185948</a> and <a href="http://youtrack.jetbrains.net/issue/RSRP-186146" rel="nofollow">http://youtrack.jetbrains.net/issue/RSRP-186146</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dejan Radovic</title>
		<link>http://blogs.jetbrains.com/dotnet/2010/07/resharper-51-bug-fixes-performance-xaml-2009/#comment-314882</link>
		<dc:creator>Dejan Radovic</dc:creator>
		<pubDate>Mon, 12 Jul 2010 18:12:49 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/?p=717#comment-314882</guid>
		<description>We are also experiencing the problem of not being able to run tests that are defined in an abstract base class. This used to work in 5.0. What a pity...</description>
		<content:encoded><![CDATA[<p>We are also experiencing the problem of not being able to run tests that are defined in an abstract base class. This used to work in 5.0. What a pity&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

