Whole blazor web app stop working when exception occured
问题 Please advice me any suitable solution for the following issue, when the blazor application throws any exception, the whole application goes down and no link is working, until I can run the application through studio again. what to do with this issue? thanks & best regards Edited (In order to provide requested info) Steps to reproduce: Create a blazorserverside app: Modify IncrementCount At Counter.razor : void IncrementCount() { currentCount += 1; _ = 0 / (5-currentCount); // <-- force error