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.
Any ideas?
Thanks,
Wiebe
Please sign in to leave a comment.
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
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:
Delete follow folders
It should help.
That fixed it. Thanks!