This page has been archived and is no longer updated.

We do not supply this product anymore.

ReSharper Ultimate

Increase your .NET productivity.

Published by JetBrains
Distributed by ComponentSource since 2007

Version: 2020.1.4 Updated: Jul 9, 2020

i

ReSharper Ultimate is no longer available. All current licenses have been automatically transferred to dotUltimate.

ReSharper Ultimate 2016.2.2 released

Released: Sep 13, 2016

Updates in 2016.2.2

Fixes

ReSharper

  • Regression: Complete Nullable<T> statement is broken.
  • TypeScript import doesn't find library folder prefixed with @.
  • Messed up code after inserting source template.
  • 'Cancel' button does not cancel the snapshot uploading process.
  • 'RunTests' in type '[...].UnitTestRunner.nUnit26.BuiltInNUnitRunner' from [...] does not have an implementation.
  • Resharper crashes Visual Studio 2015 when editing TypeScript file.
  • Angular2 imports are not not properly resolved.
  • Regex: invalid range in character set.
  • STACK_OVERFLOW exception: ReSharper crashes Visual Studio with TS 2.0.
  • Peek Definition does not work in Visual Studio 2013.
  • Solution load performance issues.
  • Optimization broke switching between lib.d.ts and lib.es6.d.ts for pure JS.
  • TypeScript: Confusion about any vs Object.
  • VS crashes after ReSharper update.
  • Incorrect 'let can only be inside a block' for switch cases.
  • Wrong "'super' must be called before accessing 'this' in the constructor of a derived class".
  • CA options pages doesn't store changed settings.
  • Structural Navigation kicks in instead of code editing.
  • Incorrect auto-completion with nullable value.
  • Type Dependency detail window issue.
  • Tab does not complete an item from VS IntelliSense if only TeamCity plugin is enabled.
  • Merge sequential checks suggestion leads to potential null reference exception.
  • Replace with format specifier incorrectly reorders arguments on extension method call.
  • Duplicate reports are created if you 'Cancel' snapshot upload before it is finished.
  • Do not suggest string interpolation in log with formatting.
  • Set private modifier for fields automatically without extra actions/keystrokes.
  • Invalid "Pass string interpolation expression" quick fix.
  • Structural navigation should not navigate comments.
  • Structural Navigation (tab) incorrectly used inside multiline verbatim string.
  • No byte ordering mark in SDK props and targets files.
  • Wrong suggestion 'Merge conditional expression'.
  • Structural (tab) navigation misbehave in partially selected block.

ReSharper C++

  • Typing assist breaks indentation when writing enumerators.
  • Delegating constructors are not in completion list.
  • Search domain for doxygen searcher leads to long find usages.
  • Alias declaration symbols are not handled by type aliases cache.
  • "Space after <token>" formatter options do not check if the token came from a macro substitution.
  • Completion for return inside constructors.
  • Stringize operator does not work if the name of the macro parameter coincides with a directive.
  • Typing assist doesn't indent in macro.
  • Invalid redefinition error with inheriting constructors.
  • Quickfix for 'don't return value by const' can break code.
  • Member function calls should not be shown as possible usages of a global function.
  • Document action does not work when the target declaration starts with a macro call.
  • Check if space is required after \f$ in doxygen comments.
  • Invalid 'Expected command \endcode'.
  • Quick Doc does not support \b (for bold font).
  • Generating stream output operators doesn't add <ostream> include.
  • Issues with macroed "new" operator.
  • Raw string literals parsed incorrectly.
  • "Access rights" option for the constructor generator.
  • False positive "Default case is not handled in switch statement".
  • Invalid rename 'possible usage' in dependent code.
  • Exceptions in daemon on switch.
  • R# incorrectly reports an error on unitialized virtual base class.
  • No completion within BOOST_STATIC_ASSERT at global scope.
  • Bad placement of parser error.
  • Deprecated highlighting message does not match the one from compiler.

dotCover

  • Can't collect core logs for unit tests coverage analysis in VS.  
  • dotCover does not calculate coverage for async lambdas  
  • Add ability to hide auto-properties to the console runner.