Giter VIP home page Giter VIP logo

Comments (13)

RicoSuter avatar RicoSuter commented on June 23, 2024 3

v0.8.0.0 is now pushed to the extension gallery. Please check if everything works for you...

from exceptionalresharper.

RicoSuter avatar RicoSuter commented on June 23, 2024 1

I think this shouldnt be a big effort ..

from exceptionalresharper.

borismod avatar borismod commented on June 23, 2024 1

I also failed to update dependencies from nuge.org. It seems that some dependency is really missing. I reported an issue on Youtrack and ask you guys and gals to vote:
https://youtrack.jetbrains.com/issue/RSRP-462458

from exceptionalresharper.

janmohammadi avatar janmohammadi commented on June 23, 2024

Same problem! Please release 2016.3 compatible version.

from exceptionalresharper.

borismod avatar borismod commented on June 23, 2024

Is there any estimates for the 2016.3 compatible plugin? I might downgrade the R# otherwise

from exceptionalresharper.

CADbloke avatar CADbloke commented on June 23, 2024

I think this shouldnt be a big effort ..

Then fork it and try it. I tried for a couple of hours and I couldn't get the Nuget dependencies right. Your turn, because that's how open source works.

Ahem: #35

OH LOL at me with only 1 coffee in me. Sorry @RSuter 🥇

from exceptionalresharper.

RicoSuter avatar RicoSuter commented on June 23, 2024

eb9f977

from exceptionalresharper.

RicoSuter avatar RicoSuter commented on June 23, 2024

It seems that we cannot release a new version for R# 2016.3 because of this problem... @pedromagueija and me are trying to create the project but we cannot upgrade the NuGet packages.

@citizenmatt: Can you have a look at this?

from exceptionalresharper.

kirbatious avatar kirbatious commented on June 23, 2024

Thanks for your efforts so far, guys! The Youtrack issue submitted by @borismod has been bumped up to Critical by Jetbrains, so hopefully they'll sort it out soon

from exceptionalresharper.

citizenmatt avatar citizenmatt commented on June 23, 2024

Just seen this, replied on the issue. I think it's because you're a .net 4.0 class library, and you now need to be .net 4.5. Update framework version, reinstall existing packages, then update to latest SDK. That should do it.

from exceptionalresharper.

pedromagueija avatar pedromagueija commented on June 23, 2024

@citizenmatt Hi Matt,
I've finally installed the new SDK and Wave, but now I'm having an issue with API changes.

  • ICatchVariableDeclaration no longer has a SetDeclaredTypeUsage method
  • IReferenceExpressionReference no longer has a CurrentResolveResult property
  • ICatchClause no longer contains has a ConditionClause property

Are these documented somewhere that I can use to adjust the code to the new API?
As always, thanks for your help

from exceptionalresharper.

derigel23 avatar derigel23 commented on June 23, 2024

@pedromagueija about IReferenceExpressionReference.CurrentResolveResult - you should never use it, it's internal property. Invoke Resolve() to get result.

from exceptionalresharper.

pedromagueija avatar pedromagueija commented on June 23, 2024

@derigel23 Thanks for the tip. I've replaced the call to CurrentResolveResult with Resolve();

from exceptionalresharper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.