Profiling ASP.NET Core / dotnet Projects: Analysis Failed

I am trying to set up a profiling session on my ASP.NET Core web application in Visual Studio 2015.

In the Performance Profile, I configure the "Executable" and will use the performance wizard to configure the type of profiling (for example, tools):

Profiling Execution

Then I select the project that I want to profile:

enter image description here

After profiling is complete, the report does not load. Output Performance:

Profiling started.
Data written to C:\Product\MyProject\MyProject.Api160803(8).vsp.
Profiling finished.
File contains no data buffers
File contains no data buffers
Analysis failed

Note. I am targeting .NET 4.5.2, not core libraries.

+4
source share

Source: https://habr.com/ru/post/1650016/


All Articles