Resharper Extension Updates only shows nullref

Hi,

I'm getting toolbar messages all the time about 'resharper extension updates available', when I open the link, the updates list only one item:
Object reference not set to an instance of an object

I have installed an EAP of 8.2 before.

This is the latest resharper 8.2 c# edition build. I tried completely uninstalling and reinstalling resharper, but no change unfortunately.
resharper-nullref.PNG
Any ideas?

Thanks,

Wiebe

0
4 comments

wtijsma, it's a known issue if you had JetBox plugin installed (no, uninstalling it will not help). EAP of 8.2.1 will stat soon with fixes for that. Meanwhile, can you, please, provide %AppData%\JetBrains\ReSharper\vAny\packages.config file and list of folders in %LocalAppData%\JetBrains\ReSharper\vAny\packages

0

Ah ok yes I already uninstalled jetbox to see if that would help.

<?xml version="1.0" encoding="utf-8"?>
<packages>
  <package id="CodeAnnotationPack" version="1.0.4" />
  <package id="ReSharper.DictionaryHelper" version="0.6.2" />
  <package id="ReSharper.ExternalAnnotations" version="8.2.0.2160" />
  <package id="ReSharper.RazorExtensions" version="1.2.0" />
  <package id="UtilityPack" version="1.1.0" />
  <package id="xunitcontrib" version="1.6.2" />
</packages>


folder listing:

  • AngularJS.1.1.4
  • CodeAnnotationPack.1.0.4
  • ReSharper.DictionaryHelper.0.6.2
  • ReSharper.ExternalAnnotations.8.2.0.2160
  • ReSharper.LocateFileInSolutionExplorer.0.1.1
  • ReSharper.RazorExtensions.1.2.0
  • UtilityPack.1.1.0
  • repositories.config
  • xunitcontrib.1.6.2
0

Delete follow folders

  • AngularJS.1.1.4
  • ReSharper.LocateFileInSolutionExplorer.0.1.1

It should help.

0

That fixed it. Thanks!


0

Please sign in to leave a comment.