Service Fabric API profiling not capturing endpoint/controller calls

Ghosh, Debasis 1 Reputation point
2025-04-17T10:05:08.96+00:00

Hello,

I'm using Visual Studio 2022 to profile an ASP.NET Core API which deployed into local Fabric Cluster (Windows 11, Visual Studio Professional 2022).

My Setup

  • Two APIs, X1Api, X2Api (ASP.NET Core, .NET 8)
  • Both deployed into local service fabric cluster (running via FabricHost)
  • I have a React frontend is making calls to X1API → X2 API→SQL Server.
  • No API controller method or endpoint specific showing in call tree during profiling from Visual Studio (Debug --> Performance Profiler).

Can you please help me to correct way to profiling APIs running under local Service Fabric with Visual Studio 2022?

Thanks in advance.
Deb

Developer technologies | Visual Studio | Debugging
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.