EnableHotReload error handling #222
Labels
closed-stale
Closed because the issue got stale and there wasn't any follow-up.
enhancement
New feature or request
help wanted
Extra attention is needed
stale
I'm new to this awesome repo, and using EnableHotReload to update plugins on the fly similar to your hot reload sample
everything works great but I ran into an edge case; If I publish a bad plugin, that doesn't have all of it's dependencies, it causes the host app to crash with this CLR exception
I was wondering if wrapping this line in try catch would resolve it, or there is a better way to prevent host from crashing
DotNetCorePlugins/src/Plugins/PluginLoader.cs
Line 225 in 452f8d3
Thanks
The text was updated successfully, but these errors were encountered: