ANTS Performance Profiler 10.1 release notes
Published 17 September 2018
10.1.11 - January 15th, 2020
Features
PP-4192, MP-2609:
Profiling ASP.NET Core web applications hosted on IIS is now supported.
10.1.10 - November 28th, 2019
Fixes
MP-2595:
Attach to process sessions history is available again on the home screen.PP-3778:
Windows NT 10.0-based systems and their editions are now correctly recognized (Windows 10, Windows Server 2016, Windows Server 2019).PP-3959:
Profiling IIS applications is now supported on LTSC (LTSB) editions of Windows.
10.1.9 - October 1st, 2019
Features
PP-3384
: New command line arguments were added allowing the timeline events to be exported to a CSV or XML file. See Saving profiling results to learn more.
Fixes
PP-4155
: Thedotnet.exe
processes are now omitted when profiling a .NET Core application using a project file.
10.1.8 - August 1st, 2019
Improvements
PP-4157, PP-4164:
HTTP requests' wall clock time is now calculated more precisely. The beginning and end of the request is correctly reported.PP-4165:
The wall clock time of async methods executed from non-async methods is no longer duplicated in certain situations.
10.1.7 - July 17th, 2019
Enhancements
- ANTS Profiler Visual Studio Add-in is now supported in Visual Studio 2019.
Fixes
PP-2291:
Profiling assemblies with AllowPartiallyTrustedCallers attribute no longer causes a security exception.PP-4167:
Clicking "New Profiling Session" no longer throws an exception when last-used .NET Core application's path doesn't exist.
10.1.6 - May 29th, 2019
Improvements
PP-4130:
Query parameters for PostgreSQL queries are now shown on the database calls view.
Fixes
PP-4125:
The number of SQL queries made usingDevart.Data.PostgreSql
assembly is now correct.
March 5th, 2019 (10.1.5)
Improvements
- Integrated decompilation now uses a new version of the .NET Reflector engine.
- APP's startup performance was improved.
February 14th, 2019 (10.1.4)
Fixes
MP-2539:
Fixed issues with profiling IIS applications.- Windows 10 for Workstations is now correctly detected.
January 10th, 2019 (10.1.3)
Features
PP-4115:
Assemblies defined on a block list are now respected during command-line profiling.
Fixes
PP-4117:
Installation no longer fails with the newest version of Visual C++ 2017 Redistributable installed.PP-4110:
Profiling IIS Express applications from command-line using/epath
parameter now works correctly.PP-4108:
SQL queries made usingOdbcDataAdapter.Fill
are now properly captured.
November 28th, 2018 (10.1.2)
Improvements
PP-4099:
SQL queries made withOleDbCommand
are now supported.PP-4100:
SQL queries made usingDbDataAdapter.Fill
are now properly captured.
October 30th, 2018 (10.1.1)
Improvements
PP-4042:
It's now possible to provide a custom IIS Express configuration file.PP-4080:
SQL calls made with System.Data.Odbc are now supported.PP-4086:
SQL calls made in ASP.NET Core web applications targeting .NET Framework are now supported.
September 17th, 2018 (10.1.0)
With this release, we have officially removed support for Microsoft Silverlight due to its deprecation and lack of support in modern browsers. To use ANTS Performance Profiler with Silverlight applications, please downgrade to ANTS Performance Profiler 10.0.
Improvements
- We now fully support .NET Core 2.1.
- We now support profiling .NET Core projects targeting multiple frameworks (using
<TargetFrameworks>
tag).
Fixes
APVS-86,PP-4044:
Profiling .NET Core applications no longer crashes when requested using ANTS VS Add-in on 15.8 version of Visual Studio 2017.PP-4020:
The number of SQL queries made usingExecuteDataSet
is now correct.PP-4072:
The number of incoming HTTP requests is now correct for .NET Core 2.1 web applications.PP-2871:
Outgoing HTTP requests made usingHttpClient
are now properly instrumented for .NET Core applications.