Options

.Net Standard code never gets's profiled

I have a project where most of the application logic is written in .net standard so that it can be used from both .net core and .net classic.

When I run the profiler I never get any profiling details from the .net standard code, only from the launch code in core or classic. Am I doing something wrong?
Sign In or Register to comment.