Visual Studio Code – Why might OnAfterRender not fire?
Similar to this question from two years ago, I have a Blazor server-side app and the OnAfterRender() method isn't firing. If I set a breakpoint at the start of the method, the breakpoint isn't hit. I created a minimal example…