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

  • Cloud-Focused .NET Aspire 9.1 Released

    Along with .NET 10 Preview 1, Microsoft released.NET Aspire 9.1, the latest update to its opinionated, cloud-ready stack for building resilient, observable, and configurable cloud-native applications with .NET.

  • Microsoft Ships First .NET 10 Preview

    Microsoft shipped .NET 10 Preview 1, introducing a raft of improvements and fixes across performance, libraries, and the developer experience.

  • C# Dev Kit Previews .NET Aspire Orchestration

    Microsoft's dev team has been busy updating the C# Dev Kit, a Visual Studio Code extension that enhances the C# development experience by providing tools for managing, debugging, and editing C# projects.

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

Subscribe on YouTube

Upcoming Training Events