Have you upgraded Visual Studio 2012 to
Specifically, ReSharper can now successfully run MSTest fixtures in VS2012
To make things clearer, here are some easy rules specifying whether you need ReSharper 7.1.3 depending on the version of Visual Studio that you’re using:
- Visual Studio 2005, 2008, or 2010: you don’t need ReSharper 7.1.3, skipping this update is a safe bet.
- Visual Studio 2012 prior to
Update 2 : you should NOT install ReSharper 7.1.3 if you’re using MSTest. - Visual Studio 2012
Update 2 : ReSharper 7.1.3 is primarily for you, so go ahead and download it.
Naturally, 7.1.3 killed my NUnit integration…
@Patrick Could you please provide us with more detailed info related to NUnit integration? What NUnit version, VS version do you have? Any sample solution ? Thnx in advance!
After updating R# to this version I still had to uninstall Update 2 then repair Visual Studio then re-install Update 2 to get everything working as expected.
@Mick
The Update 2 that you had to uninstall first, was it CTP or final build (RTM)?
Build 7.1.3000.1964
Oh sorry I miss read your comment, the Update 2 was the final RTM and was the first time installing meaning now previous versions of Update 2 were installed.
@Mick Then it makes perfect sense: 7.1.3 supports Update 2 RTM only; prior CTP releases are not supported (too many changes were going on between them)
@Jura
I think you mis-understood my previous reply, the only version of Update 2 installed on my machine is the RTM, sorry for any confusion.
In my previous message “now” should have been “no” meaning no previous versions of Update 2 were ever installed.
@Mick Ah I see, sorry to have misunderstood.
It’s strange that a VS repair was required but at this point, it’s next to impossible to know what happened.
Anyway I’m happy to know that it works for you after repairing and reinstalling.
All that is missing right now is running all the scenarios with DataTestMember and multiple DataRow attributes (only runs the last scenario, I have reported this already)
all of my code is showing errors after installing resharper ontop of update 2? Uninstalling resharper brings this back to normal… any ideas?
@Dave You might want to try clear ReSharper caches. To do that, choose ReSharper > Options > Environment > General and click “Clear caches”. This helps in most cases similar to yours.
It looks like support for the new Blue theme was added in EAP 8. My templates window is unreadable with black text on a dark blue background. Does this support exist in v7.1.3?
@Tim Unfortunately, the Blue theme is only supported in v8.
Hi! When both Visual Studio 2010 and 2012 are installed, what is the recommended upgrade path?
@Shumulik You’re safe to install 7.1.3 in both VS versions provided that VS2012 contains Update 2
Where are the release notes for ReSharper 7.1.3? If you could post a link to these next to the download the next time, then we would know what has or has not yet been fixed before we download it, install it, and find out the hard way.
Thank you.
@Eric Can you please elaborate what exactly were you forced to find out the hard way in this case?
Thanks
Nothing in particular; that was not my point. My point was that it would be nice to read the release notes to find out WHAT is in the release. Which items were fixed, refactored, known issues etc.
@Eric This post actually does contain a summary describing what’s in the release and suggesting whether different groups of users should be upgrading to it.
We’re describing every release being announced as fully as we possibly can. Summarizing things is especially important for significant releases: I’m not sure a lot of people would be eager to browse through release notes for a version that’s been in development for quite a long time because it’s simply too much info. For example, here’s a 823-item list of fixes for version 7.1.
With minor versions like 7.1.3, this makes a lot more sense, and here’s the list of fixes for that release for your information.
I’m using RS 7.1.3 with the latest version of Typemock and I cant get any of my Typemock unit tests to run, the only error I’m seeing is Inconclusive: Test wasn’t run I can run the tests fine through vs2012’s test runner but resharper wont run them. Is there a log written by resharper where I can view more details about why this is failing?
@ Roe, could you please apply the following http://resharper-support.jetbrains.com/entries/23854211-MSTest-Unit-Testing-does-not-work-or-fails-with-error-with-ReSharper-7-1-x. Please let me know about the result.
Thanks!
Can someone please point me to link where I can get 7.1.3?
I cannot find it.
Answered my own question:
http://resharper-support.jetbrains.com/entries/21206508-Where-can-I-download-an-old-previous-ReSharper-version-
I’m using this version of ReSharper to run unit tests, and although my test project is set to use .NET 4.5, the tests are not being run with that version. I’m using NUnit (built-in 2.6.2) although I also tried running MSTest project with the same results. Is there any way to make ReSharper run the tests with 4.5?
Hi Mishelle,
support for .NET 4.5 in test runner was added just recently in 8.2.1 RC. You’re welcome to try it: http://blog.jetbrains.com/dotnet/2014/04/25/resharper-8-2-1-release-candidate-is-here/