
- Resharper 9 to 10 upgrade install#
- Resharper 9 to 10 upgrade upgrade#
- Resharper 9 to 10 upgrade full#
- Resharper 9 to 10 upgrade software#
- Resharper 9 to 10 upgrade code#
But I'm not certain whether it's a bona fide bug (sure seems that way), or if I missed a new setting somewhere, so any insights would still be appreciated. So I can only conclude that this is a ReSharper 10 issue. I've downgraded to ReSharper 9.2 and my woes have disappeared. I've restarted VS many times after changing these settings.ĭoes this sound like a possible ReSharper bug or could I be missing something obvious?
Resharper 9 to 10 upgrade install#
Then open Resharper's extension manager and you should be able to install it. In ReSharper's unit testing settings, I've disabled "shadow-copy assemblies" and "use seperate AppDomain", and "Run test from" is set to project output folder. Unzip it and put nupkg file somewhere in empty folder on your harddrive and then in resharper options add a new extensions source.
Resharper 9 to 10 upgrade upgrade#
The problem definitely seemed to coincide with the upgrade to ReSharper 10. The way I manage config files has not changed in a very long time and has always worked fine.
Using the configSource attribute instead of file in does not work either. ConfigurationManager.ConnectionStrings DOES contain all of the keys from. ConfigurationManager.AppSettings DOES contain otherSetting. ConfigurationManager.AppSettings DOES NOT contain any of the keys from. I only had to adapt a single breaking change in of of your interfaces. First of all: the upgrade process was way easier than the upgrade from R8 to R9. However, when running the tests, I've observed that: I'm just in the process of upgrading my ReSharper plugin from ReSharper 9.x to ReSharper 10. I verified that tests are running from \bin\debug off the project folder, and that both referenced config files are copied correctly to that folder. The referenced config files are set to "Copy always" to the output directory. My unit test project contains an app.config file which contains this: I have no idea will it be this plugin finished and bundled into R# or some colleague of mine implement something different, but we definitely look at your feedback and want such functionality bundled with R#.I recently upgraded to ReSharper 10.0.1 for Visual Studio 2013. In ReSharper team, we have plans to have textual search included in the next major version (ReSharper 10.0 or 9.2, no comments on estimates). Resharper 9 to 10 upgrade code#
In ReSharper 9.0 we introduced asynchronous "Find usages" experience (so you can continue navigating or even editing code while complex search is done in background) - this maybe really nice to have in 'Go to word' too. Talking about "quadruple Ctrl+T": ReSharper 9.x plugins are free from all the VS integration issues we have in 8.x plugins - I can finally register go to word's own hotkey and it will be preserved between VS runs. Preview tabs support, regex support and etc were my list. > project -> dependent projects -> projects depending on current project -> solution), this can possibly make typical search faster I was planning to improve solution traverse algorithm (current file -> files in open tabs -> current folder -> folder one level up ->. I implemented immediate search and was playing with editor performance when tons of occurrences displayed Almost all known scenarios and steps to speed up Visual Studio with ReSharper are covered in this document: Ultimate Guide to Speeding Up ReSharper (and Visual Studio).
To do that, simply suspend ReSharper as described here and check if performance issues are still present. I was planning to add support for recent searches list (just like in ReSharper's Go To Everything Ctrl+T), as well as immediate search in current file (so you can see occurrences highlighted in editor just like in Ctrl+F). Verifying that slowdown is caused by ReSharper.
Plugin works in 8.x, but experience still sucks comparing to VisualStudio's Ctrl+F.
Unfortunately, ReSharper 9.x releases were quite stressful for me, I still has no free time to do some work on this plugin.
Resharper 9 to 10 upgrade software#
It was hard to simply port 8.x version, because some hacks stops working, so I abandoned 8.x version and started complete rewrite - version 2.0 of plugin, with less hacks Free resharper 9.2 updaten download software at UpdateStar - ReSharper is a renowned productivity tool that makes Microsoft Visual Studio a much better IDE. The release includes support for Intellisense and Syntax Highlighting for Razor View Engine.
Yesterday the ASP.NET team released ASP.NET MVC 3 Release Candidate.
Resharper 9 to 10 upgrade full#
Navigation APIs are full of breaking changes (in a good directions) in ReSharper 9. As many of you know, ReSharper enhances the behavior of ASP.NET and Visual Studio in general. Plugin was initially made via pure hacks into ReSharper infrastructure. Unfortunately, I still have no free time to finish v2 version of this plugin. Let me clarify the situation with "Go to word" plugin: