Meta
-
Tags
.NET Core ASP.NET C# code analysis and quick-fixes code completion code style debugger dotCover dotMemory dotPeek dotTrace EAP events F# generation and templates JavaScript JetBrains navigation and search NuGet performance plugins profiling refactoring ReSharper ReSharper 5 ReSharper 6 ReSharper 7 ReSharper 8 ReSharper 9 ReSharper 10 ReSharper 2016.2 ReSharper 2016.3 ReSharper 2017.1 ReSharper 2017.2 ReSharper 2017.3 ReSharper C++ ReSharper Ultimate Rider TypeScript unit testing Unity VB.NET video Visual Studio webinarJetBrains Blogs
Monthly Archives: January 2018
What’s new in dotTrace 2017.3
The latest major release brought many important changes to the entire family of ReSharper Ultimate tools. In this post, let’s take a close look at what has changed in dotTrace 2017.3. Support for async/await The most important update in dotTrace … Continue reading
Posted in How-To's
Tagged async await, dotTrace, performance, profiling, ReSharper Ultimate
Leave a comment
What’s New in dotCover 2017.3
Like all other products in the ReSharper Ultimate lineup, dotCover gets its set of improvements in the 2017.3 release. Let’s check them out. Improved Show Covering Statements action Before 2017.3, after you used Show Covering Tests (Ctrl+Alt+K,T) in the editor, … Continue reading
Posted in How-To's
Tagged code coverage, continuous testing, dotCover, ReSharper Ultimate, unit testing
2 Comments
Simultaneous debugging of JavaScript and .NET code with Rider
Thanks to the concept of Run/Debug configurations, Rider makes it easy to switch between projects we want to debug in the IDE. Using compound Run/Debug configurations, we can even debug multiple projects at the same time (see our debugging series for … Continue reading