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 2017.3 is its support for asynchronous code. The details can be found in a separate article, so here we'll only give an overview of the key idea.
You can now quickly find all "parts" of an asynchronous call in one place. dotTrace marks all async call nodes in the Call Tree and groups the corresponding await time and continuation code under those
What’s new in dotTrace 2017.3
by