ReSharperContractExtensions icon indicating copy to clipboard operation
ReSharperContractExtensions copied to clipboard

ReSharper 9

Open sliekens opened this issue 10 years ago • 25 comments

Will the extension be updated for ReSharper 9?

sliekens avatar Dec 17 '14 16:12 sliekens

Steven, I'll update for R# 9 as soon as I'll get an license.

SergeyTeplyakov avatar Dec 17 '14 17:12 SergeyTeplyakov

Have you applied for a free license?

sliekens avatar Jan 02 '15 14:01 sliekens

Thanks, I've applied for a free license today.

SergeyTeplyakov avatar Jan 02 '15 20:01 SergeyTeplyakov

Anticipating the update!

larsw avatar Jan 06 '15 19:01 larsw

looking forward to see update ...

Igorbek avatar Jan 15 '15 17:01 Igorbek

I've got a R# 9.0 license. So I'll update the plug-in shortly (ETA - next weekend).

SergeyTeplyakov avatar Jan 19 '15 23:01 SergeyTeplyakov

Great! I'm looking forward to this. I had to memorize all code contract snippet shortcuts to make ReSharper 9 usable without the plugin.

sliekens avatar Jan 20 '15 10:01 sliekens

Can you give a reasonable time frame when there is support for R# 9.0?

dvdwouwe avatar Feb 03 '15 21:02 dvdwouwe

Good news, everyone! I've update R# at home and on my working machine, so I don't have any other options except to migrate my plug-in as soon as possible:) I can't use contract without it as well!

SergeyTeplyakov avatar Feb 05 '15 06:02 SergeyTeplyakov

Hopefully this great extension is available soon - I'm starving without it!

tom-englert avatar Feb 19 '15 13:02 tom-englert

+1 I would like to have this in R#9 too

Deathspike avatar Feb 20 '15 19:02 Deathspike

Sorry for the delay. I've faced some strange issue migrating unit tests to the R# 9. Hope to fix them soon.

SergeyTeplyakov avatar Feb 20 '15 21:02 SergeyTeplyakov

Is the master branch up-to-date? I'd like to take a look if you don't mind.

sliekens avatar Mar 01 '15 13:03 sliekens

@StevenLiekens Absolutely. Feel free to play with it.

I've talk to Jetbrains, unfortunetely test infrastructure is broken in 9.0, so this is expected that I'm unable to run my test suite for R#9. And without tests it is really hard to tell, is this tool working fine with R# 9.0 or not.

THey promised to fixed tests in 9.1.

SergeyTeplyakov avatar Mar 01 '15 20:03 SergeyTeplyakov

I have downloaded the master branch. It does not build, and I don't find any R#9 related stuff there. Where can I get the latest version?

tom-englert avatar Mar 04 '15 11:03 tom-englert

@tom-englert There is no any R# 9.0 related stuff there because I can't proof that they would be correct. As I mentioned earlier - unit tests are broken for R# 9.0, so there is no way to run them for plug-ins currently.

To fix the build errors I believe you have to install R# sdk. I'll check on empty virtual machine and will fix the build issues.

SergeyTeplyakov avatar Mar 04 '15 16:03 SergeyTeplyakov

I agree that untested code should not got to the master branch, but you could commit it to an experimental branch, so we can build an try it on our own risk.

tom-englert avatar Mar 09 '15 08:03 tom-englert

Any updates? Will the 9.0-compatible code be added to an experimental branch as Tom suggested?

eddievelasquez avatar Mar 24 '15 18:03 eddievelasquez

Experimental version for R# 9.1 is available here: https://resharper-plugins.jetbrains.com/packages/ReSharper.ContractExtensions/0.9.1.5

Still need to double check with VS2013, but with VS2015 this version works fine.

SergeyTeplyakov avatar Apr 15 '15 04:04 SergeyTeplyakov

I tried with VS2013, works fine! Great job!

tom-englert avatar Apr 15 '15 06:04 tom-englert

@tom-englert Thanks! I'm glad that I finally managed to release updated version!

SergeyTeplyakov avatar Apr 15 '15 06:04 SergeyTeplyakov

Will VS2012 be supported?

eddievelasquez avatar May 06 '15 12:05 eddievelasquez

@eddievelasquez It should work out of the box. This tool is working with R# 9.1, and that's the only requirement. If you have issues running this plug-in on VS2012 please check, maybe you're using older version of R#.

SergeyTeplyakov avatar May 06 '15 16:05 SergeyTeplyakov

I have updated everything and can now confirm that it is working like a champ with VS2012. Thanks, great job!

eddievelasquez avatar May 07 '15 12:05 eddievelasquez

@eddievelasquez Glad to hear this!

SergeyTeplyakov avatar May 07 '15 16:05 SergeyTeplyakov