Failed to install JetBrains.ReSharper.SDK 2018.2.3 Follow
Hi,
I am trying to update my extension to use latest JetBrains.ReSharper.SDK and getting the following error:
Install failed. Rolling back...
Package 'JetBrains.Psi.Features.Tasks.182.0.20180912.155425 : Antlr2.Runtime [2.7.7.2, 2.7.7.2], Antlr2.Tools [2.7.6.4, 2.7.6.4], JetBrains.Annotations [11.1.0, 11.1.0], JetBrains.Build.Platform.Tasks.ProxyToSolutionCompiledTask [2.0.20170904.2, 2.0.20170904.2], JetBrains.NuGet.Core [2.14.1.20180704, 2.14.1.20180704], JetBrains.Platform.Core.Shell [182.0.20180912.83926, 182.1.0), Microsoft.Web.Xdt [2.1.2, 2.1.2], NVelocity [1.0.3, 1.0.3], Wave [182.0.0, 182.0.0]' does not exist in project '...'
I checked nuget.org site and looks like it does not have JetBrains.Psi.Features.Tasks nuget package.
Please sign in to leave a comment.
@Viktar what is target framework for your plugin project? It should be .NET 4.6.1 and higher.
Slava,
It is .NET 4.6.1. I deleted all old packages and then did clean Install-Package JetBrains.ReSharper.SDK 2018.2.3 from nuget package console.
Viktar
I created a blank project using Visual Studio 2017 targeting .NET 4.6.1 and then Install-Package JetBrains.ReSharper.SDK worked. Looks like you can't anymore use Visual Studio 2015 for Resharper plugin creation since Install-Package fails in Visual Studio 2015 due to missing dependencies.
I was able successfully to migrate my Resharper plugin to 2018.2.3 version using Visual Studio 2017.
Viktar