Click here to Skip to main content
15,881,768 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am developing REST API services in .NET CORE using Microsoft Visual Studio 2015. These services are hosted in Linux Servers in PCF (Pivotal cloud foundry) .

which version of visual studio profiler support performance profiling for .net core 1.0 services?

or do we have any other tool which supports this scenario?

What I have tried:

dynatrace appmon 7.0 not able to monitor .net core services deployed in Linux machines.

Jetbrains resharper visual studio plugin 10.0.2 version doesn't support .net core services profiling.
Posted
Updated 9-Feb-18 3:05am
Comments
Richard Deeming 9-Feb-18 9:23am    
Resharper doesn't support profiling at all. You're thinking of dotTrace, which supports .NET Core profiling since v2016.3:
does Resharper 10.0.2 supports performance profiling for .net core? – ReSharper Support | JetBrains[^]

According to this SO thread[^], it looks like VS2015 or later supports profiling .NET Core applications.

Profile application performance in Visual Studio[^]

If you don't have the right edition of Visual Studio, you might be able to use CodeTrack[^] instead.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900