I tried to attach profiler to the same .NET Core v3.0.0-preview6 process twice and suddenly I managed to do it. Is this expected case? .NET Framework versions don't allow such behavior.
Besides, I'm able to attach two performance profilers in sampling mode or memory + performance (sampling) profilers, but I get an error when try to attach two memory profilers.
I tried to attach profiler to the same .NET Core v3.0.0-preview6 process twice and suddenly I managed to do it. Is this expected case? .NET Framework versions don't allow such behavior.
Besides, I'm able to attach two performance profilers in sampling mode or memory + performance (sampling) profilers, but I get an error when try to attach two memory profilers.