mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-01 04:14:28 +01:00
Fix missing assignation
This commit is contained in:
@@ -69,6 +69,7 @@ namespace BTCPayServer.Plugins.Dotnet.Loader
|
||||
_additionalProbingPaths = additionalProbingPaths ?? throw new ArgumentNullException(nameof(additionalProbingPaths));
|
||||
_assemblyLoadContexts.Add(defaultLoadContext);
|
||||
_preferDefaultLoadContext = preferDefaultLoadContext;
|
||||
_loadAssembliesInDefaultLoadContext = loadAssembliesInDefaultLoadContext;
|
||||
_loadInMemory = loadInMemory;
|
||||
_lazyLoadReferences = lazyLoadReferences;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user