2
votes

I need to check the performance for blazor web assembly application by using Resharper. So I have created blazor web assembly application. After build the sample, to check the performance in Resharper by using "Run Startup Configuration Performance Profiling" option. Then, Sample is run in browser, but the resharper's performance profile window is not responding after browser is opened. Please refer the screenshot for the issue.

Resharper's performance profile window

I also tried the same sample in blazor server side application, Resharper's performance profiling tab is working.

Please give some resolution for this problem.

1
What .NET and ReSharper versions are you using? It's possible that ReSharper doesn't support what you want to do yet. - Piers Myers

1 Answers

0
votes

dotTrace (JetBrains .NET Performance profiler) does not support profiling client-side Blazor WebAssembly application since it's not a common .NET process.