weikio / PluginFramework

Everything is a Plugin in .NET
MIT License
538 stars 101 forks source link

Catch exception of Plugins on ASP.NET core #77

Open yannikHoeflich opened 1 year ago

yannikHoeflich commented 1 year ago

Hi, when a Plugin (Component) on my Blazor Server app throws an exception, the whole website doesn't work. I far as I have seen there is no implemented way of default exception handling for plugins. Maybe I am wrong and the feature already exists, but if not do you think it would be a feature that should be implemented?