CoreWiki icon indicating copy to clipboard operation
CoreWiki copied to clipboard

Plugin Safe loading of Modules

Open csharpfritz opened this issue 7 years ago • 1 comments

We would like to load modules and their assemblies in a safer way with .NET Core.

Attempted to use @natemcmaster recommendations and plugin described here: https://natemcmaster.com/blog/2018/07/25/netcore-plugins/

Our most recent attempt is at: https://github.com/csharpfritz/CoreWiki/blob/feature_Extensibility/CoreWiki.Extensibility.Common/CoreWikiModuleLoader.cs#L42

csharpfritz avatar Jul 27 '18 15:07 csharpfritz

Let me know if you run into issues. My library is really new and I'm sure there is room for improvement.

natemcmaster avatar Jul 27 '18 19:07 natemcmaster