Templates icon indicating copy to clipboard operation
Templates copied to clipboard

No Exception information shown

Open Apflkuacha opened this issue 6 months ago • 0 comments

I just created a project with the new .NET8 Template (Interactive Mode: Server) and added that it throws an Exception on button pressed. Just added throw new Exception("test"); The result is that the page doesn't respond any more after I clicked the button and no information about an Exception is shown.

On the original .NET8 Template (without Blazor) a Message is shown like this: An unhandled error has occurred. Reload How to show such a Message in MudBlazor? That should be included in the template.

Apflkuacha avatar Jan 15 '24 18:01 Apflkuacha