News

JetBrains Upgrades ReSharper Ultimate Tools, Adds .NET Core 2.0 Support

JetBrains is out with the year's second upgrade to its ReSharper Ultimate suite of tools for enhancing .NET development, featuring the popular ReSharper offering for code refactoring.

ReSharper Ultimate 2017.2 was announced in a blog post last week. In addition to ReSharper proper, the tools package includes: ReSharper C++; dotCover (a code coverage tool); dotTrace (for .NET profiling); dotMemory (a memory profiler and unit-testing framework); and dotPeek (a free .NET decompiler and assembly browser).

Highlighting the new release is support for Microsoft's new .NET Core 2.0 that comes with Visual Studio 2017 15.3.

.NET Core 2.0 is described by Microsoft as a "cross-platform, open source, and modular .NET platform for creating modern Web apps, microservices, libraries and console applications" for Windows, Linux and Mac.

"Your favorite code inspections, navigation actions and refactorings are now available in .NET Core 2.0 projects, including the new ASP.NET Core Razor Pages projects," JetBrains said in detailing improvements to the individual ReSharper tool. "Lots of .NET Core unit testing issues have been resolved along the way, and you can now run xUnit.net, NUnit or MSTest in your .NET Core 2.0 projects."

The standalone ReSharper tool also sees: improved support for C# 7.0; new code inspections; null checking improvements; TypeScript, JavaScript, JSON and Angular support improvements; and interactive tutorials.

The suite's other tools also received upgrades. For example, ReSharper C++ 2017.2 reportedly better understands and supports features from C++11 and C++17, among other enhancements.

The entire list of new features can be seen here, illustrated with animated GIFs.

"An active subscription to ReSharper, ReSharper Ultimate, ReSharper Ultimate + Rider or All Products pack makes you immediately eligible for this update," the company said.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube