Nate McMaster 7/25/2018

.NET Core Plugins

Read Original

This article details the release of the 'McMaster.NETCore.Plugins' NuGet package, which provides an API to simplify dynamic assembly loading in .NET Core. It explains common problems with Assembly.LoadFrom, such as dependency location and version conflicts, and demonstrates how the new plugin loader uses AssemblyLoadContext to manage isolation and type unification for robust plugin architectures.

.NET Core Plugins

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week