Meta
Tweets about .NET tools
-
Tags
.NET Core ASP.NET C# code analysis and quick-fixes code style debugger dotCover dotMemory dotPeek dotTrace EAP events F# generation and templates JavaScript JetBrains navigation and search NuGet plugins profiling refactoring ReSharper ReSharper 5 ReSharper 6 ReSharper 7 ReSharper 8 ReSharper 9 ReSharper 10 ReSharper 2016.1 ReSharper 2016.2 ReSharper 2016.3 ReSharper 2017.1 ReSharper 2017.2 ReSharper 2017.3 ReSharper C++ ReSharper Ultimate Rider TeamCity TypeScript unit testing Unity VB.NET video Visual Studio webinarJetBrains Blogs
Author Archives: Alexey Totin
Analyzing code coverage of web apps with the dotCover 2018.1 Console Runner
These days automating unit tests and application coverage is a routine activity in areas like CI and some complex integration testing scenarios. Seeing how most developers work on web applications, it was really annoying that the dotCover console runner had … Continue reading
Posted in How-To's
Tagged console runner, dotCover, unit test coverage, unit testing, web app coverage
10 Comments
dotCover 2018.1: Better continuous testing and more!
In this 2018.1 release, dotCover is by far the product that has received the most changes in the whole .NET tools lineup. These include: Continuous testing with new modes available in any unit test session, Coverage analysis improvements including a … Continue reading
Profiling an app on a server. What options do you have?
Baseline conditions: You have a server running a .NET web application. It appears the application has an issue: It doesn’t work as fast as expected, it consumes more and more memory over time, it has any other performance/memory issue of … Continue reading
dotMemory Unit supports .NET Core 2.0, and more updates
Though dotMemory Unit is not part of the ReSharper Ultimate bundle, in this release dotMemory Unit 3.0 is provided with ReSharper 2017.3. What’s in this release? .NET Core 2.0 support You’ve asked us to add support for .NET Core for … Continue reading
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
Analyzing performance of asynchronous .NET code with dotTrace
C# provides language-level support for asynchronous programming, allowing developers to create applications with a responsive UI with minimum effort. The introduction of the async/await syntactic sugar in .NET Framework 4.5 has also significantly eased writing asynchronous code. One of the … Continue reading
Improved continuous testing performance in dotCover 2017.2
Continuous testing (CT) is a super-helpful feature but only under one condition: sufficient performance. Unfortunately, in dotCover 2017.1 and earlier, CT could be a real pain on large and very large solutions (30+ projects). The problem lies in three performance-critical … Continue reading
Interactive tutorials are part of ReSharper 2017.2
A while ago, along with ReSharper 2016.3, we released a plugin that added a set of interactive tutorials to ReSharper. Starting with 2017.2, the tutorials are not a plugin anymore but an integral part of ReSharper. Select ReSharper | Help … Continue reading