ReSharper Adds Support For C#7 |
Written by Kay Ewbank |
Monday, 19 December 2016 |
The latest release of ReSharper has added support for Visual Studio 2017 RC, C# 7 and VB.NET 15. ReSharper is a plug in for Visual Studio that code navigation and editing features. The ReSharper product comes in two versions, one for C# , VB.NET, XAML and so on and another specific to C++. The new release, ReSharper 2016.3, adds initial support for Visual Studio 2017 RC, C# 7 and VB.NET 15. It also lets you run and debug .NET Core unit tests. You can still use ReSharper Ultimate 2016.3 with Visual Studio 2010, 2012, 2013, and 2015. The new release adds three new actions to the code generation actions list for C# and VB.NET. You now get Relational members that can be used to automatically overload relational operators ( There's a new relational comparer that creates a comparer class derived from Another improvement in the new release is a quick-fix to introduce fields and auto properties from all unused parameters. Earlier versions of ReSharper had a quick-fix that would do the same thing for a single parameter, but this has been extended so that it can be applied to all unused parameters at once. There's also a new context action on fields of type
Unit testing is another area to have been improved. The unit testing features can now be used for xUnit and NUnit-based unit tests in .NET Core and ASP.NET Core 1.0.x projects in Visual Studio 2015, in a similar way to running tests with .NET Framework projects. However, the lightweight solution load and new .NET Core unit testing in Visual Studio 2017 RC aren't supported at the moment, and will only be added in a further update. Other changes include better support for TypeScript, JavaScript and JSON, as well as more ways to inject languages.
More InformationRelated ArticlesReSharper For C++ 1.0 Released JetBrain's Project Rider Cross-Platform IDE JetBrains Launches Subscription Model Toolbox JetBrains Updates .NET Development Tools
To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.
Comments
or email your comment to: comments@i-programmer.info |
Last Updated ( Monday, 19 December 2016 ) |