moved assembly loading code to a different namespace.
This commit is contained in:
@@ -3,7 +3,7 @@ using System.Reflection;
|
||||
using System.Runtime.Loader;
|
||||
|
||||
// from https://docs.microsoft.com/en-us/dotnet/core/tutorials/creating-app-with-plugin-support#load-plugins
|
||||
namespace MultiShop.Shops
|
||||
namespace MultiShop.Load
|
||||
{
|
||||
public class LoaderContext : AssemblyLoadContext
|
||||
{
|
@@ -4,7 +4,7 @@ using System.IO;
|
||||
using System.Reflection;
|
||||
using MultiShop.ShopFramework;
|
||||
|
||||
namespace MultiShop.Shops
|
||||
namespace MultiShop.Load
|
||||
{
|
||||
public class ShopLoader
|
||||
{
|
Reference in New Issue
Block a user