Laden...

ReSharper 5.0-5.1.3 veröffentlicht

Erstellt von MagicAndre1981 vor 13 Jahren Letzter Beitrag vor 12 Jahren 8.139 Views
Hinweis von herbivore vor 13 Jahren

Die ältesten Release-Hinweise steht am Anfang des Thread, die aktuellsten am Ende des Threads.

MagicAndre1981 Themenstarter:in
906 Beiträge seit 2005
vor 13 Jahren
ReSharper 5.0-5.1.3 veröffentlicht

Jetbrains hat passend zum RTM Launch vom Visual Studio 2010 die Version 5.0 vom ReSharper veröffentlicht:

We’ve blogged for a while now about the great new stuff in ReSharper 5.0 (and we’ll continue blogging about it), but here’s a short recap:

* Web Development: You get an extensive toolset for ASP.NET development to work with markup files and web site infrastructure. ASP.NET MVC developers get a bonus with additional syntax highlighting, inspections, navigation, and completion for actions and controllers.  
* Project and Team: Powerful, shareable structural search and replace patterns to remove code smells or comply with team policies; project-level refactorings; localization assistance; and full support for navigation to library sources — all this to help you and your team easily view, change and maintain the structure of complex projects.  
* Code Analysis: Lots of improvements, from viewing all code smells in your solution from a single tool window to upgrading foreach and for loops to LINQ queries, to value tracking and call tracking.  
* Support for Visual Studio 2010: Yes, we did it! ReSharper 5.0 has sim-shipped with the latest Visual Studio! Did you see it coming in your wildest dreams?  
* Other enhancements relating to IntelliSense, bookmarking, native NUnit support, and more.  

The upgrade is free if your 4.5 license is dated October 15, 2009, or later!

What's new?
http://www.jetbrains.com/resharper/whatsnew/index.html

Download:
http://www.jetbrains.com/resharper/download/index.html

Quelle:
http://blogs.jetbrains.com/dotnet/2010/04/resharper-50-is-out/

MagicAndre1981 Themenstarter:in
906 Beiträge seit 2005
vor 13 Jahren

Wenn ihr Probleme mit der Version 5.0 habt, dann schaut euch mal die ersten 5.1 Builds an. Das EAP (Early Access Program) Programm für Version 5.1 hat begonnen:

A couple of weeks ago we posted a blog entry on known issues in ReSharper 5.0 and workarounds, and today we’re taking the next logical step by opening a new Early Access Program for ReSharper 5.1 to fix them. If you’ve having issues with ReSharper 5.0, please start downloading ReSharper 5.1 nightly builds: it should feel much better.

Here’s a quick list of fixes that the Early Access Program presumably brings:

* Typing latency in ASP.NET Web Forms and MVC is considerably reduced.  
* Code-behind files in ASP.NET projects don’t disappear when saving files anymore.  
* Splitting Visual Studio text editor tabs does not result in ReSharper features disappearing from one or both tabs.  
* **Silverlight 4 support is fixed**: no more error highlighting when referencing Silverlight 4 code from a regular .NET assembly.  
* Encoding issues when working with XAML files are resolved.

Download:
http://confluence.jetbrains.net/display/ReSharper/ReSharper+5.1+Nightly+Builds

MagicAndre1981 Themenstarter:in
906 Beiträge seit 2005
vor 13 Jahren

ReSharper 5.1: Bug Fixes, Performance, XAML 2009

ReSharper 5 gets its first official update today with the launch of the new ReSharper 5.1, the bug fix and performance tuning release that additionally features support for XAML 2009.

As expected, integrating with the new Visual Studio turned out to be one of the greatest challenges for ReSharper developers. It took us 2.5 months to collect feedback from 5.0 RTM and 5.1 EAP users all around the world, reproduce integration problems and other kinds of issues, fix them, and finally come up with something that we’re ready to make an official bug fix release.

ReSharper 5.1 release brings together lots of critical issues resolved in prior nightly builds. Improvements include:

* Typing latency in ASP.NET Web Forms and MVC projects is considerably reduced.  
* Markup files in in ASP.NET projects don’t lose references to code-behind files when saving files.  
* No more error highlighting over good code in web projects without obvious reasons (for example, on saving files.)  
* Visual Studio crashes triggered by ReSharper activity in several scenarios are diagnosed and fixed.  
* No more memory leak on closing and reopening solutions in Visual Studio 2010.  
* Ctrl+click (Go to Declaration) in Visual Studio 2010 now works consistently, without forcing you to click a code symbol multiple times.  
* Dialogs and tool windows that use tree controls are now rendered much faster than before.  
* Splitting Visual Studio text editor tabs does not hide ReSharper features in neither tab.  
* Silverlight 4 support is fixed: when developing server-side and client-side assemblies in Silverlight 4, you don’t get false error highlighting anymore.  
* Encoding issues are over: specifically, adding Cyrillic comments and creating custom controls in WPF projects doesn’t change file encoding.  
* The locale doesn’t anymore change based on Windows locale during ReSharper refactorings.

Changelog:
http://youtrack.jetbrains.net/releaseNotes?q=in%3A+rsrp+fix+for%3A+5.1+sort+by%3A+priority+%23Fixed&title=ReSharper+5.1+Release+Notes

Download:
http://www.jetbrains.com/resharper/download/

MagicAndre1981 Themenstarter:in
906 Beiträge seit 2005
vor 13 Jahren
ReSharper 5.1.1

ReSharper 5.1.1. This minor release is pure bug and performance fixing here and there, including (but not limited to) the following areas:

* It introduces a fresh set of performance improvements under Visual Studio 2010, particularly in regard to displaying tooltips and error stripe behavior in intense editing scenarios.  
* It improves stability with Visual Studio 2010 by addressing reports on VS crashes while editing markup pages in web projects and applications, and during structural search and replace (for example, RSRP-188698).  
* It strengthens NUnit support in the test runner in certain ways, specifically by bundling NUnit 2.5.7.

Download:
http://www.jetbrains.com/resharper/download/index.html

MagicAndre1981 Themenstarter:in
906 Beiträge seit 2005
vor 13 Jahren

ReSharper 5.1.2 is Released

ReSharper 5.1.2 bugfix campaign is finally over! Please download ReSharper 5.1.2 release build (5.1.1766.4) from the official ReSharper web site. It should work well with ASP.NET MVC 3 RTM that Microsoft is releasing today.

Here’s a quick overview of fixes and improvements introduced since version 5.1.1:

* ReSharper 5.1.2 doesn’t interfere with Visual Studio IntelliSense in ASP.NET MVC 3 Razor syntax. Earlier ReSharper 5.x builds had certain issues with Razor IntelliSense that are addressed in 5.1.2. Specifically, ReSharper 5.1.2 doesn’t prevent Visual Studio from automatically providing its own IntelliSense in .cshtml and .vbhtml web pages anymore: both code completion and Parameter Info work as expected. Other than that, ReSharper 5.x doesn’t provide any additional support for Razor: only ReSharper 6 will bring full support for this view engine. Pre-release ReSharper 6 builds are currently available via Early Access Program.  
* Improved IntelliSense in Watch tool windows. The Razor IntelliSense fix has a side effect: ReSharper doesn’t anymore block Visual Studio IntelliSense from automatically popping up after dot in Watch tool windows used during debugging. This fix doesn’t yet apply to the QuickWatch dialog box though.  
* Live templates can now be saved one by one. Prior 5.x releases were able to save all live templates at once but, weirdly, weren’t saving them on Ctrl+S. Now you can save them one by one safely. Besides, saving templates doesn’t deselect them in the Template Explorer anymore (RSRP-90569).  
* Support for Test Projects (MSTest) re-targeted to .NET Framework 3.5. We have already blogged about this particular improvement.  
* A backport from ReSharper 6 allows faster processing of large files (10,000 LOC or more.)  
* ReSharper PowerToys should no longer throw exceptions that they used to throw with 5.1.1.  
* External Sources now reads PDB files in a better way.  
* Bug fixes related to referencing CoreCLR assemblies from Silverlight projects, comments in VB.NET, BizTalk projects, shortcut persistence, and references to SharpSVN.

Quelle:
http://blogs.jetbrains.com/dotnet/2011/01/resharper-512-is-released/

Download:
http://www.jetbrains.com/resharper/download/

MagicAndre1981 Themenstarter:in
906 Beiträge seit 2005
vor 13 Jahren

ReSharper 5.1.3: Visual Studio IntelliSense bug fix release

Are you using native Visual Studio IntelliSense?

Are you annoyed by ReSharper turning off Parameter Information and auto-completion when you open new files?

If your answer is “yes, yes and oh yes”, please download ReSharper 5.1.3.

ReSharper 5.1.3 provides exactly one bug fix that prevents disabling Parameter Information and auto-completion when you’re using native Visual Studio IntelliSense (as opposed to ReSharper IntelliSense).

Please note that if you’re been using ReSharper IntelliSense as a workaround in 5.1.2, as soon as you switch back to Visual Studio IntelliSense, you’ll have to initially set Auto-list members and Parameter information check boxes manually, but that is only required once.

If you’re using ReSharper IntelliSense and/or if you haven’t previously upgraded to 5.1.2, you can skip the upgrade to 5.1.3.

Download:
http://www.jetbrains.com/resharper/download/

MagicAndre1981 Themenstarter:in
906 Beiträge seit 2005
vor 12 Jahren

Wer nun eine R# 5 Lizenz kauft, bekommt später ein kostenloses Update auf Version 6.

First of all, any ReSharper 5 new or upgrade purchases made since today, April 26, 2011, qualify for a free upgrade to ReSharper 6!.

That means, if you or your employer are using ReSharper 4.x or earlier, or if you’re just considering buying ReSharper, now is the perfect time since your new license will work both in the current ReSharper 5 and the upcoming ReSharper 6.

http://blogs.jetbrains.com/dotnet/2011/04/free-upgrade-to-resharper-6-starts-today-decompiler-gets-a-name/